Files
nixpkgs/pkgs/development/python-modules/nbclient
Frederik Rietdijk ab0bd3aff9 python3.pkgs.nbclient: always disable tests
Overriding a Python package in propagatedBuildInputs is a bad idea as
you may end up with multiple versions in your closure. This happened,
and when installing to $out the package for which the tests were run,
the site packages folder was empty.

Possible improvement is to add the tests as a separate derivation.
2022-05-04 22:45:46 +02:00
..