Unverified Commit 9eb6c805 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #325676 from StarGate01/fix-xlib

python312Packages.xlib: disable tests for python 3.12
parents 2c5c5301 e0e95085
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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