tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs.hypothesis fixup
Frederik Rietdijk
8 years ago
b27a2667
9d4b23f2
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
hypothesis.nix
+1
pkgs/development/python-modules/hypothesis.nix
···
28
29
# https://github.com/DRMacIver/hypothesis/issues/300
30
checkPhase = ''
0
31
py.test tests/cover
32
'';
33
···
28
29
# https://github.com/DRMacIver/hypothesis/issues/300
30
checkPhase = ''
31
+
rm tox.ini # This file changes how py.test runs and breaks it
32
py.test tests/cover
33
'';
34