about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-03 16:37:08 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-08-04 17:12:46 +0200
commit96be1a8909b0197d61aeceb715802583e06ddb99 (patch)
tree3b55319a24238300cbe0d9e180009ce711ce9364 /pkgs/development/python-modules
parentbe7913f7ddb6959a81545cb968ab3cf9ed421f45 (diff)
python3Packages.asynctest: disable tests on python >= 3.7
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/asynctest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/asynctest/default.nix b/pkgs/development/python-modules/asynctest/default.nix
index d36328d7225b1..dda3d35f6adda 100644
--- a/pkgs/development/python-modules/asynctest/default.nix
+++ b/pkgs/development/python-modules/asynctest/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   '';
 
   # https://github.com/Martiusweb/asynctest/issues/132
-  doCheck = pythonOlder "3.8";
+  doCheck = pythonOlder "3.7";
 
   checkPhase = ''
     ${python.interpreter} -m unittest test