python312Packages.nose: disable
Heavy reliance on the imp module, paired with being unmaintained.
This commit is contained in:
parent
fca9141148
commit
631df95dd5
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue