python: pytest-rerunfailures: 4.0 -> 4.1

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:05 +02:00
parent 16e5adc200
commit 8c95dce575

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "4.0";
version = "4.1";
src = fetchPypi {
inherit pname version;
sha256 = "18lpy6d9b4ck8j3jwh4vmxj54is0fwanpmpg70qg4y0fycdqzwks";
sha256 = "be6bf93ed618c8899aeb6721c24f8009c769879a3b4931e05650f3c173ec17c5";
};
checkInputs = [ pytest mock ];