python3Packages.pytest-repeat: moving pytest to checkInputs

This commit is contained in:
Marek Mahut 2019-08-19 16:09:01 +02:00 committed by Frederik Rietdijk
parent 047f8d612b
commit ee14abe062

View File

@ -24,7 +24,8 @@ buildPythonPackage rec {
}) })
]; ];
buildInputs = [ setuptools_scm pytest ]; buildInputs = [ setuptools_scm ];
checkInputs = [ pytest ];
checkPhase = '' checkPhase = ''
py.test py.test