pythonPackages.pytest-pylint: disable for python2
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, pytest
|
, pytest
|
||||||
, pylint
|
, pylint
|
||||||
, six
|
, six
|
||||||
@@ -10,6 +11,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-pylint";
|
pname = "pytest-pylint";
|
||||||
version = "0.15.1";
|
version = "0.15.1";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|||||||
Reference in New Issue
Block a user