python312Packages.xlib: disable tests for python 3.12

This commit is contained in:
Christoph Honal
2024-07-09 01:34:53 +02:00
committed by Florian Brandes
parent d1c8f2262c
commit 22e2406284

View File

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