summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-rerunfailures
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 22:33:15 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 22:33:15 -0800
commita63d4b59b6dae08ad61b8200c07891a7f835199e (patch)
tree526374957e962e3ab01e64472a417ba9752589aa /pkgs/development/python-modules/pytest-rerunfailures
parent646b279c55780fa8cfe79b2a3b1e3ab53b445be7 (diff)
downloadnixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar.gz
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar.bz2
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar.lz
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar.xz
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.tar.zst
nixpkgs-a63d4b59b6dae08ad61b8200c07891a7f835199e.zip
python38Packages.pytest-rerunfailures: 7.0 -> 8.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-rerunfailures')
-rw-r--r--pkgs/development/python-modules/pytest-rerunfailures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix
index 79ce9fa63a9..f5c35905cf6 100644
--- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix
+++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-rerunfailures";
-  version = "7.0";
+  version = "8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1zfm9v80bqfdapygy9wmi6j6y5c179ixpnh9ih27py4v6cqwzjgk";
+    sha256 = "04p8rfvv7yi3gsdm1dw1mfhjwg6507rhgj7nbm5gfqw4kxmj7h8p";
   };
 
   checkInputs = [ mock pytest ];