1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: plugin disabled because the module is not present in Debian
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2023-12-09
Index: enum-tools-0.11.0/tests/conftest.py
===================================================================
--- enum-tools-0.11.0.orig/tests/conftest.py
+++ enum-tools-0.11.0/tests/conftest.py
@@ -19,8 +19,7 @@ else:
# 3rd party
from sphinx.testing.path import path # type: ignore[misc]
-pytest_plugins = ("coincidence", "sphinx.testing.fixtures", "sphinx_toolbox.testing")
-
+pytest_plugins = ("coincidence", "sphinx.testing.fixtures")
@pytest.fixture(scope="session")
def rootdir() -> path:
|