mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python312Packages.nosexcover: disable
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user