python3Packages.pytest-repeat: moving pytest to checkInputs
This commit is contained in:
parent
047f8d612b
commit
ee14abe062
|
@ -24,7 +24,8 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
buildInputs = [ setuptools_scm pytest ];
|
||||
buildInputs = [ setuptools_scm ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
|
|
Loading…
Reference in New Issue