pythonPackages.pytest: use pytest_30

This commit is contained in:
Lancelot SIX
2017-01-30 21:17:00 +01:00
parent c6c2137a9c
commit 4cf8ae3a8c
2 changed files with 22 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
'';
buildInputs = with pythonPackages; [
pytest
pytest_29
pytest-rerunfailures
];