python.pkgs.pytest-xprocess: fix

This commit is contained in:
Frederik Rietdijk 2020-06-07 19:11:17 +02:00
parent 1bb2cf2bb1
commit 93db78ddfd

View file

@ -1,6 +1,7 @@
{ lib, buildPythonPackage, fetchPypi
, psutil
, pytest
, setuptools_scm
}:
buildPythonPackage rec {
@ -12,6 +13,7 @@ buildPythonPackage rec {
sha256 = "779aeca517cd9c996d1544bdc510cb3cff40c48136d94bbce6148e27f30a93ff";
};
nativeBuildInputs = [ setuptools_scm ];
propagatedBuildInputs = [ psutil pytest ];
# Remove test QoL package from install_requires