pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
This commit is contained in:
committed by
Frederik Rietdijk
parent
970aea96fa
commit
60a10e0989
@@ -12,7 +12,8 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools_scm ];
|
||||
propagatedBuildInputs = [ pytest pytest-metadata ];
|
||||
buildInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pytest-metadata ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plugin for generating HTML reports";
|
||||
|
||||
Reference in New Issue
Block a user