pythonPackages.pytest-freezegun: do not propagate pytest

This commit is contained in:
Sandro Jäckel 2021-03-13 01:05:06 +01:00 committed by Frederik Rietdijk
parent 9395912baa
commit 01b24ef003

View file

@ -18,9 +18,10 @@ buildPythonPackage rec {
sha256 = "10c4pbh03b4s1q8cjd75lr0fvyf9id0zmdk29566qqsmaz28npas";
};
buildInputs = [ pytest ];
propagatedBuildInputs = [
freezegun
pytest
];
checkInputs = [