pythonPackages.pytest-freezegun: do not propagate pytest
This commit is contained in:
parent
9395912baa
commit
01b24ef003
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@ buildPythonPackage rec {
|
||||||
sha256 = "10c4pbh03b4s1q8cjd75lr0fvyf9id0zmdk29566qqsmaz28npas";
|
sha256 = "10c4pbh03b4s1q8cjd75lr0fvyf9id0zmdk29566qqsmaz28npas";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
freezegun
|
freezegun
|
||||||
pytest
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue