pythonPackages: fix native / check inputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
15396247ca
commit
5a3670b83c
@@ -7,7 +7,7 @@ buildPythonPackage rec {
|
||||
# although pytest is a runtime dependency, do not add it as
|
||||
# propagatedBuildInputs in order to allow packages depend on another version
|
||||
# of pytest more easily
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ flake8 ];
|
||||
|
||||
src = fetchPypi {
|
||||
|
||||
Reference in New Issue
Block a user