python312Packages.envs: fix build by switching to pynose

This commit is contained in:
Sandro Jäckel
2024-02-12 21:45:11 +01:00
parent 03f93e082f
commit 3ab52897b6
@@ -4,7 +4,7 @@
, fetchPypi
, jinja2
, mock
, nose
, pynose
, poetry-core
, pythonOlder
, terminaltables
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "envs";
version = "1.4";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
mock
nose
pynose
];
checkPhase = ''