python.pkgs.hypothesis fixup

+1
+1
pkgs/development/python-modules/hypothesis.nix
··· 28 29 # https://github.com/DRMacIver/hypothesis/issues/300 30 checkPhase = '' 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