python310Packages.pytest-pylint: 0.18.0 -> 0.19.0
This commit is contained in:
parent
34fde40edd
commit
5084667f78
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-pylint";
|
pname = "pytest-pylint";
|
||||||
version = "0.18.0";
|
version = "0.19.0";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27";
|
sha256 = "sha256-2I6DwQI8ZBVIqew1Z3B87udhZjKphq8TNCbUp00GaTI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest-runner ];
|
nativeBuildInputs = [ pytest-runner ];
|
||||||
|
Loading…
Reference in New Issue
Block a user