python: pytest-cov: 2.5.1 -> 2.6.0
This commit is contained in:
parent
2a6eb497e6
commit
45dd6264bb
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-cov";
|
pname = "pytest-cov";
|
||||||
version = "2.5.1";
|
version = "2.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d";
|
sha256 = "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest pytest_xdist virtualenv process-tests ];
|
buildInputs = [ pytest pytest_xdist virtualenv process-tests ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user