about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-05-28 08:34:46 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-05-28 08:34:46 +0200
commitb27a2667db0b2b2b2546f1c2d5bdcc78e13132d3 (patch)
treea3487c916441d5adcf2cfab26abe8e2c1a9c1062 /pkgs
parent9d4b23f245182f11770dbcc16587a16fda1d45a3 (diff)
downloadnixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar.gz
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar.bz2
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar.lz
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar.xz
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.tar.zst
nixlib-b27a2667db0b2b2b2546f1c2d5bdcc78e13132d3.zip
python.pkgs.hypothesis fixup
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/hypothesis.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/hypothesis.nix b/pkgs/development/python-modules/hypothesis.nix
index 0927c703fbfd..b9f95d1a0313 100644
--- a/pkgs/development/python-modules/hypothesis.nix
+++ b/pkgs/development/python-modules/hypothesis.nix
@@ -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
   '';