python.pkgs.hypothesis fixup
This commit is contained in:
parent
9d4b23f245
commit
b27a2667db
|
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
# https://github.com/DRMacIver/hypothesis/issues/300
|
# https://github.com/DRMacIver/hypothesis/issues/300
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
rm tox.ini # This file changes how py.test runs and breaks it
|
||||||
py.test tests/cover
|
py.test tests/cover
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue