python312Packages.sphinx-rtd-dark-theme: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:01 +02:00
parent 3bd1aeb99f
commit a378586b50
@@ -2,7 +2,8 @@
buildPythonPackage,
fetchFromGitHub,
lib,
pynose,
pythonOlder,
nose,
setuptools,
sphinx,
sphinx-rtd-theme,
@@ -24,8 +25,11 @@ buildPythonPackage rec {
dependencies = [ sphinx-rtd-theme ];
# tests rely on nose
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
pynose
nose
sphinx
];