Skip to content

Commit

Permalink
Merge pull request #325872 from dotlambda/python3Packages.xlib
Browse files Browse the repository at this point in the history
python312Packages.xlib: don't use nose
  • Loading branch information
mweinelt committed Jul 9, 2024
2 parents 729ffb7 + 78f9435 commit eb95a9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/python-modules/xlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
setuptools-scm,
xorg,
python,
pythonOlder,
mock,
pynose,
pytestCheckHook,
util-linux,
}:
Expand All @@ -35,12 +33,11 @@ buildPythonPackage rec {

propagatedBuildInputs = [ six ];

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

nativeCheckInputs = [
pytestCheckHook
mock
pynose
util-linux
xorg.xauth
xorg.xvfb
Expand Down

0 comments on commit eb95a9e

Please sign in to comment.