pythonPackages.hypothesis: Disable tests

A random failure was preventing simp_le from reaching the channel.

http://hydra.nixos.org/build/43253102
This commit is contained in:
Eelco Dolstra 2016-11-08 17:20:19 +01:00
parent a24728fe29
commit a2b018f55a

View file

@ -12343,6 +12343,9 @@ in {
buildInputs = with self; [ flake8 pytest flaky ];
propagatedBuildInputs = with self; ([ uncompyle6 ] ++ optionals isPy27 [ enum34 ]);
# Fails randomly in tests/cover/test_conjecture_engine.py::test_interleaving_engines.
doCheck = false;
# https://github.com/DRMacIver/hypothesis/issues/300
checkPhase = ''
${python.interpreter} -m pytest tests/cover