pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -21,10 +21,12 @@ buildPythonPackage rec {
|
||||
sed -i "s/'setuptools-markdown'//g" setup.py
|
||||
'';
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
# requires pandoc < 2.0
|
||||
# buildInputs = [ setuptools-markdown ];
|
||||
checkInputs = [ mock ];
|
||||
propagatedBuildInputs = [ ansible pytest ];
|
||||
propagatedBuildInputs = [ ansible ];
|
||||
|
||||
# tests not included with release, even on github
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user