python.pkgs.pytest-xprocess: fix
This commit is contained in:
parent
1bb2cf2bb1
commit
93db78ddfd
@ -1,6 +1,7 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, psutil
|
, psutil
|
||||||
, pytest
|
, pytest
|
||||||
|
, setuptools_scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -12,6 +13,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "779aeca517cd9c996d1544bdc510cb3cff40c48136d94bbce6148e27f30a93ff";
|
sha256 = "779aeca517cd9c996d1544bdc510cb3cff40c48136d94bbce6148e27f30a93ff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
propagatedBuildInputs = [ psutil pytest ];
|
propagatedBuildInputs = [ psutil pytest ];
|
||||||
|
|
||||||
# Remove test QoL package from install_requires
|
# Remove test QoL package from install_requires
|
||||||
|
Loading…
x
Reference in New Issue
Block a user