File: 002.disabled-plugins-tests.patch

package info (click to toggle)
python-enum-tools 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 1,447; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
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: