mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 {
|
||||
name = "pytset-flakes-0.2";
|
||||
name = "pytest-flakes-${version}";
|
||||
version = "1.0.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pytest-flakes/pytest-flakes-0.2.zip";
|
||||
sha256 = "0n4mc2kaqasxmj8jid7jlss7nwgz4qgglcwdyrqvh08dilnp354i";
|
||||
url = "https://pypi.python.org/packages/source/p/pytest-flakes/${name}.tar.gz";
|
||||
sha256 = "0vvfprga6k4v2zq1qsr3yq1bjl22vygfsnvyn3hh80cc2386dk6h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];
|
||||
|
Loading…
Reference in New Issue
Block a user