python: pytest-cov: 2.6.0 -> 2.6.1
This commit is contained in:
parent
c78bf91587
commit
cb752dc93f
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-cov";
|
pname = "pytest-cov";
|
||||||
version = "2.6.0";
|
version = "2.6.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762";
|
sha256 = "0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest pytest_xdist virtualenv process-tests ];
|
buildInputs = [ pytest pytest_xdist virtualenv process-tests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user