python312Packages.nose: disable

Heavy reliance on the imp module, paired with being unmaintained.
This commit is contained in:
Martin Weinelt 2023-12-11 16:00:11 +01:00
parent fca9141148
commit 631df95dd5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,8 +4,8 @@
, isPy3k
, isPyPy
, python
,pythonAtLeast
, coverage
, buildPackages
}:
buildPythonPackage rec {
@ -13,6 +13,9 @@ buildPythonPackage rec {
format = "setuptools";
pname = "nose";
# unmaintained, relies on the imp module
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98";