summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-cov
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-17 16:13:06 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-18 09:37:09 +0100
commitcb752dc93f8fe5f03aab8dbc9bf725067914a109 (patch)
tree1481a3b78ce2d837795c205e320360071bbf8d9b /pkgs/development/python-modules/pytest-cov
parentc78bf91587a4692cc852c004866e83fdb7020f53 (diff)
downloadnixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar.gz
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar.bz2
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar.lz
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar.xz
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.tar.zst
nixpkgs-cb752dc93f8fe5f03aab8dbc9bf725067914a109.zip
python: pytest-cov: 2.6.0 -> 2.6.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-cov')
-rw-r--r--pkgs/development/python-modules/pytest-cov/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-cov/default.nix b/pkgs/development/python-modules/pytest-cov/default.nix
index 9e7ffc3644d..1bb5d001ddb 100644
--- a/pkgs/development/python-modules/pytest-cov/default.nix
+++ b/pkgs/development/python-modules/pytest-cov/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-cov";
-  version = "2.6.0";
+  version = "2.6.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762";
+    sha256 = "0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33";
   };
 
   buildInputs = [ pytest pytest_xdist virtualenv process-tests ];