mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
python3Packages.packaging: remove checkPhase
because we already have a hook that takes care of it. Note tests were disabled because of a circular test dependency.
This commit is contained in:
parent
8149718529
commit
1adc69d4aa
@ -29,10 +29,6 @@ buildPythonPackage rec {
|
||||
pretend
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
py.test tests
|
||||
'';
|
||||
|
||||
# Prevent circular dependency
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user