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

python3Packages.dnspython: fix tests (again) #3

Merged

Commits on Feb 27, 2023

  1. python3Packages.dnspython: fix tests (again)

    This is essentially the same fix as NixOS#161740, except not just for macOS.
    
    The `dnspython` build was failing on Linux with a certificate
    verification failure just like in NixOS#161740:
    
    ```ShellSession
    $ nix build nixpkgs#python3Packages.dnspython --rebuild
    error: builder for '/nix/store/c1v553fzq3yybsd0lm398qf87jmy47qd-python3.10-dnspython-2.3.0.drv' failed with exit code 1;
           last 10 log lines:
           >
           > /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/ssl.py:1342: SSLCertVerificationError
    …
    ```
    
    … and this change fixes that build failure.
    Gabriella439 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0a6efd0 View commit details
    Browse the repository at this point in the history