Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix i686-linux tests #195656

Merged
merged 3 commits into from
Oct 12, 2022
Merged

Fix i686-linux tests #195656

merged 3 commits into from
Oct 12, 2022

Commits on Oct 12, 2022

  1. python3Packages.bcrypt: Revert to 3.2.2 on i686-linux

    The latest bcrypt version segfaults during test_kdf, which prevents the
    package from building. The package is in the critical chain for many
    NixOS tests, which currently won't complete on i686-linux.
    
    Upstream-Issue: pyca/bcrypt#407
    mweinelt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7d3e7f4 View commit details
    Browse the repository at this point in the history
  2. python3Packages.mypy: Disable mypy.report import on i686-linux

    Importing the mypy.report fails due to a circular import.
    mweinelt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    0310ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0231e8 View commit details
    Browse the repository at this point in the history