Skip to content

Commit

Permalink
pytest-rerunfailures: 6.0 -> 7.0 (#58710)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6fa01d5)
  • Loading branch information
Meptl authored and xeji committed Apr 2, 2019
1 parent 3400e32 commit de216e6
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "6.0";
version = "7.0";

src = fetchPypi {
inherit pname version;
sha256 = "978349ae00687504fd0f9d0970c37199ccd89cbdb0cb8c4ed7ee417ede582b40";
sha256 = "1zfm9v80bqfdapygy9wmi6j6y5c179ixpnh9ih27py4v6cqwzjgk";
};

checkInputs = [ mock ];
checkInputs = [ mock pytest ];

propagatedBuildInputs = [ pytest ];

Expand Down

0 comments on commit de216e6

Please sign in to comment.