mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
sphinx-sitemap: disable tests
This commit is contained in:
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}";
|
||||
|
Loading…
Reference in New Issue
Block a user