pythonPackages.pytest-flake8: 0.9.1 -> 1.0.0
This commit is contained in:
parent
56fb68dcef
commit
aef1900923
@ -1,9 +1,8 @@
|
|||||||
{lib, buildPythonPackage, fetchPypi, fetchpatch, pytest, flake8}:
|
{lib, buildPythonPackage, fetchPypi, fetchpatch, pytest, flake8}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "pytest-flake8";
|
pname = "pytest-flake8";
|
||||||
version = "0.9.1";
|
version = "1.0.0";
|
||||||
|
|
||||||
# although pytest is a runtime dependency, do not add it as
|
# although pytest is a runtime dependency, do not add it as
|
||||||
# propagatedBuildInputs in order to allow packages depend on another version
|
# propagatedBuildInputs in order to allow packages depend on another version
|
||||||
@ -13,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0032l4x2i5qn7ikaaw0kjs9f4ccpas21j564spyxwmx50wnhf5p7";
|
sha256 = "01driw4sc6nfi3m3ii7d074pxi3h1h4mbiyad9crg5i1l5jxx5ir";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user