Merge pull request #325872 from dotlambda/python3Packages.xlib
python312Packages.xlib: don't use nose
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
setuptools-scm,
|
||||
xorg,
|
||||
python,
|
||||
pythonOlder,
|
||||
mock,
|
||||
pynose,
|
||||
pytestCheckHook,
|
||||
util-linux,
|
||||
}:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user