Merge pull request #325179 from gador/xlib-move-nose

python312Packages.xlib: change nose to pynose
This commit is contained in:
Weijia Wang 2024-07-08 17:13:43 +02:00 committed by GitHub
commit f53f729ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,12 @@
buildPythonPackage,
fetchFromGitHub,
six,
setuptools,
setuptools-scm,
xorg,
python,
mock,
nose,
pynose,
pytestCheckHook,
util-linux,
}:
@ -16,7 +17,9 @@
buildPythonPackage rec {
pname = "xlib";
version = "0.33";
format = "setuptools";
pyproject = true;
build-system = [ setuptools ];
src = fetchFromGitHub {
owner = "python-xlib";
@ -36,7 +39,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
mock
nose
pynose
util-linux
xorg.xauth
xorg.xvfb