python3Packages.pyct: disable py2 tests

This commit is contained in:
Jonathan Ringer 2020-11-05 15:22:17 -08:00
parent 767b06b65f
commit b135e5f99a

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, param
, pyyaml
, requests
@ -16,6 +17,7 @@ buildPythonPackage rec {
sha256 = "23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7";
};
doCheck = !isPy27;
checkInputs = [ pytest ];
propagatedBuildInputs = [
param