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 = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user