python312Packages.habitipy: switch to pynose

This commit is contained in:
Martin Weinelt
2024-02-24 04:01:00 +01:00
parent dba0deb0f8
commit cb8b6dedc4
@@ -5,7 +5,7 @@
, requests
, setuptools
, hypothesis
, nose
, pynose
, responses
}:
@@ -29,7 +29,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
hypothesis
nose
pynose
responses
];