Revert "python312Packages.xlib: disable tests for python 3.12"
This reverts commit e0e95085ae
.
This commit is contained in:
parent
9eb6c8059b
commit
6c82ba4013
@ -8,7 +8,6 @@
|
||||
setuptools-scm,
|
||||
xorg,
|
||||
python,
|
||||
pythonOlder,
|
||||
mock,
|
||||
pynose,
|
||||
pytestCheckHook,
|
||||
@ -35,7 +34,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
doCheck = !stdenv.isDarwin && pythonOlder "3.12";
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user