Skip to content

Commit

Permalink
Merge pull request #325676 from StarGate01/fix-xlib
Browse files Browse the repository at this point in the history
python312Packages.xlib: disable tests for python 3.12
  • Loading branch information
fpletz committed Jul 9, 2024
2 parents 2c5c530 + e0e9508 commit 9eb6c80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/xlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
setuptools-scm,
xorg,
python,
pythonOlder,
mock,
pynose,
pytestCheckHook,
Expand All @@ -34,7 +35,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ six ];

doCheck = !stdenv.isDarwin;
doCheck = !stdenv.isDarwin && pythonOlder "3.12";

nativeCheckInputs = [
pytestCheckHook
Expand Down

0 comments on commit 9eb6c80

Please sign in to comment.