python.pkgs.hypothesis fixup

+1
+1
pkgs/development/python-modules/hypothesis.nix
··· 28 28 29 29 # https://github.com/DRMacIver/hypothesis/issues/300 30 30 checkPhase = '' 31 + rm tox.ini # This file changes how py.test runs and breaks it 31 32 py.test tests/cover 32 33 ''; 33 34