python312Packages.xlib: disable tests for python 3.12

This commit is contained in:
Christoph Honal 2024-07-09 01:34:53 +02:00
parent 655a58a72a
commit e0e95085ae

View File

@ -7,6 +7,7 @@
setuptools-scm,
xorg,
python,
pythonOlder,
mock,
nose,
pytestCheckHook,
@ -31,7 +32,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
doCheck = !stdenv.isDarwin;
doCheck = !stdenv.isDarwin && pythonOlder "3.12";
nativeCheckInputs = [
pytestCheckHook