mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-16 02:04:12 +00:00
Without the change `python3Packages.pycurl` tests fail on `staging`:
$ nix build -f. -L python3Packages.pycurl
...
python3.9-pycurl> tests/error_test.py F..F [ 12%]
...
python3.9-pycurl> > self.assertEqual('No URL set!', msg)
python3.9-pycurl> E AssertionError: 'No URL set!' != 'No URL set'
python3.9-pycurl> E - No URL set!
python3.9-pycurl> E ? -
python3.9-pycurl> E + No URL set
python3.9-pycurl> tests/error_test.py:32: AssertionError