python.pkgs.pytest-xprocess: fix
This commit is contained in:
parent
1bb2cf2bb1
commit
93db78ddfd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue