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
|
pretend
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
|
||||||
py.test tests
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Prevent circular dependency
|
# Prevent circular dependency
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user