python312Packages.nosexcover: disable

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:47 +01:00
parent 21a8a8d053
commit 120bc876be
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, coverage
, nose
}:
@@ -10,6 +11,9 @@ buildPythonPackage rec {
version = "1.0.11";
format = "setuptools";
# requires the imp module
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "298c3c655da587f6cab8a666e9f4b150320032431062dea91353988d45c8b883";