python.pkgs.hypothesis fixup

This commit is contained in:
Frederik Rietdijk 2017-05-28 08:34:46 +02:00
parent 9d4b23f245
commit b27a2667db

View File

@ -28,6 +28,7 @@ buildPythonPackage rec {
# https://github.com/DRMacIver/hypothesis/issues/300
checkPhase = ''
rm tox.ini # This file changes how py.test runs and breaks it
py.test tests/cover
'';