Merge pull request #325676 from StarGate01/fix-xlib

python312Packages.xlib: disable tests for python 3.12
This commit is contained in:
Franz Pletz
2024-07-09 15:31:59 +02:00
committed by GitHub
@@ -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