python3Packages.pyct: disable py2 tests
This commit is contained in:
parent
767b06b65f
commit
b135e5f99a
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, param
|
, param
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, requests
|
, requests
|
||||||
@ -16,6 +17,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7";
|
sha256 = "23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = !isPy27;
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
param
|
param
|
||||||
|
Loading…
x
Reference in New Issue
Block a user