Skip to content

Commit

Permalink
python312Packages.xlib: change nose to pynose
Browse files Browse the repository at this point in the history
part of NixOS#311054

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
  • Loading branch information
gador authored and Shawn8901 committed Jul 9, 2024
1 parent 576af3d commit d10c450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xorg,
python,
mock,
nose,
pynose,
pytestCheckHook,
util-linux,
}:
Expand Down Expand Up @@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
mock
nose
pynose
util-linux
xorg.xauth
xorg.xvfb
Expand Down

0 comments on commit d10c450

Please sign in to comment.