python312Packages.xlib: disable tests for python 3.12
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
xorg,
|
xorg,
|
||||||
python,
|
python,
|
||||||
|
pythonOlder,
|
||||||
mock,
|
mock,
|
||||||
pynose,
|
pynose,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
@@ -34,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin && pythonOlder "3.12";
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
|||||||
Reference in New Issue
Block a user