python312Packages.sphinx-rtd-dark-theme: revert to nose, disable tests on 3.12
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user