python3Packages.pytest-repeat: moving pytest to checkInputs

This commit is contained in:
Marek Mahut
2019-08-19 19:26:42 +02:00
committed by Frederik Rietdijk
parent 047f8d612b
commit ee14abe062
@@ -24,7 +24,8 @@ buildPythonPackage rec {
}) })
]; ];
buildInputs = [ setuptools_scm pytest ]; buildInputs = [ setuptools_scm ];
checkInputs = [ pytest ];
checkPhase = '' checkPhase = ''
py.test py.test