Merge pull request #8868 from lancelotsix/update_pytestflakes
pythonPackages.pytestflakes: 0.2 -> 1.0.0
This commit is contained in:
commit
76e93b6362
@ -2946,10 +2946,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pytestflakes = buildPythonPackage rec {
|
pytestflakes = buildPythonPackage rec {
|
||||||
name = "pytset-flakes-0.2";
|
name = "pytest-flakes-${version}";
|
||||||
|
version = "1.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/pytest-flakes/pytest-flakes-0.2.zip";
|
url = "https://pypi.python.org/packages/source/p/pytest-flakes/${name}.tar.gz";
|
||||||
sha256 = "0n4mc2kaqasxmj8jid7jlss7nwgz4qgglcwdyrqvh08dilnp354i";
|
sha256 = "0vvfprga6k4v2zq1qsr3yq1bjl22vygfsnvyn3hh80cc2386dk6h";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];
|
propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user