python3Packages.pyct: disable py2 tests
This commit is contained in:
parent
767b06b65f
commit
b135e5f99a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user