Skip to content

Commit

Permalink
python312Packages.xlib: disable tests for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Jul 9, 2024
1 parent 655a58a commit e0e9508
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 @@ -7,6 +7,7 @@
setuptools-scm,
xorg,
python,
pythonOlder,
mock,
nose,
pytestCheckHook,
Expand All @@ -31,7 +32,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ six ];

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

nativeCheckInputs = [
pytestCheckHook
Expand Down

0 comments on commit e0e9508

Please sign in to comment.