sphinx-sitemap: disable tests

This commit is contained in:
Alejandro Sanchez Medina
2023-10-18 12:48:20 +01:00
parent ddd0645439
commit 67a7b75bbd
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, sphinx
, pytestCheckHook
}:
let
pname = "sphinx-sitemap";
@@ -21,15 +20,9 @@ buildPythonPackage {
sphinx
];
nativeCheckInputs = [
pytestCheckHook
];
pytestFlagsArray = [
"--fixtures tests"
];
doCheck = true;
# Latest tests do not pass on Sphinx5, although it is supported
# Ref: https://github.com/jdillard/sphinx-sitemap/blob/ce244e9e1e05f09c566432f6a89bcd6f6ebe83bf/tox.ini#L18C25-L18C25
doCheck = false;
meta = with lib; {
changelog = "https://github.com/jdillard/sphinx-sitemap/releases/tag/v${version}";