Skip to content

Commit

Permalink
Revert "python312Packages.xlib: disable tests for python 3.12"
Browse files Browse the repository at this point in the history
This reverts commit e0e9508.
  • Loading branch information
dotlambda committed Jul 9, 2024
1 parent 9eb6c80 commit 6c82ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/xlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
setuptools-scm,
xorg,
python,
pythonOlder,
mock,
pynose,
pytestCheckHook,
Expand All @@ -35,7 +34,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ six ];

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

nativeCheckInputs = [
pytestCheckHook
Expand Down

0 comments on commit 6c82ba4

Please sign in to comment.