about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-16 15:23:12 +0000
committerJon <jonringer@users.noreply.github.com>2020-10-16 09:52:55 -0700
commit2142fb3fee54cc01d51783669c8d723499767ce0 (patch)
treec1ebef955868707bc3066c9d30d857ca0024ac7b /pkgs/development/python-modules/pytest
parent6de03472f4322c26798669b96ef3109c5f8d9679 (diff)
python37Packages.pytest_6: 6.0.1 -> 6.1.1
Diffstat (limited to 'pkgs/development/python-modules/pytest')
-rw-r--r--pkgs/development/python-modules/pytest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest/default.nix b/pkgs/development/python-modules/pytest/default.nix
index ce742d65ba2d4..29def3082a4f4 100644
--- a/pkgs/development/python-modules/pytest/default.nix
+++ b/pkgs/development/python-modules/pytest/default.nix
@@ -21,14 +21,14 @@
 }:
 
 buildPythonPackage rec {
-  version = "6.0.1";
+  version = "6.1.1";
   pname = "pytest";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4";
+    sha256 = "8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92";
   };
 
   checkInputs = [ hypothesis pygments ];