pythonPackages.pytest-timeout: don't propagate pytest

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

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
sha256 = "0xnsigs0kmpq1za0d4i522sp3f71x5bgpdh3ski0rs74yqy13cr0";
};
propagatedBuildInputs = [ pytest ];
buildInputs = [ pytest ];
checkInputs = [ pytestCheckHook pexpect pytestcov ];