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
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ buildPythonPackage rec {
|
||||||
pretend
|
pretend
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
|
||||||
py.test tests
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Prevent circular dependency
|
# Prevent circular dependency
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue