Skip to content

Commit

Permalink
python3Packages.asynctest: disable tests on python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and FRidh committed Aug 4, 2020
1 parent be7913f commit 96be1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/asynctest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96be1a8

Please sign in to comment.