Skip to content

Commit b27a266

Browse files
committedMay 28, 2017
python.pkgs.hypothesis fixup
1 parent 9d4b23f commit b27a266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/python-modules/hypothesis.nix

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ buildPythonPackage rec {
2828

2929
# https://github.com/DRMacIver/hypothesis/issues/300
3030
checkPhase = ''
31+
rm tox.ini # This file changes how py.test runs and breaks it
3132
py.test tests/cover
3233
'';
3334

0 commit comments

Comments
 (0)
Please sign in to comment.