pytest-rerunfailures: 6.0 -> 7.0 (#58710)

This commit is contained in:
Christopher Chin 2019-04-02 21:41:01 +00:00 committed by xeji
parent 099af0ece3
commit 6fa01d5be0

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-rerunfailures"; pname = "pytest-rerunfailures";
version = "6.0"; version = "7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "978349ae00687504fd0f9d0970c37199ccd89cbdb0cb8c4ed7ee417ede582b40"; sha256 = "1zfm9v80bqfdapygy9wmi6j6y5c179ixpnh9ih27py4v6cqwzjgk";
}; };
checkInputs = [ mock ]; checkInputs = [ mock pytest ];
propagatedBuildInputs = [ pytest ]; propagatedBuildInputs = [ pytest ];