Skip to content
Snippets Groups Projects
Commit 23fd649c authored by Colin Watson's avatar Colin Watson
Browse files

Fix tests with Sphinx 7.2.x

Closes: #1057599
parent 0334a1b2
No related branches found
No related tags found
No related merge requests found
python-repoze.sphinx.autointerface (1.0.0-2) UNRELEASED; urgency=medium
* Fix tests with Sphinx 7.2.x (closes: #1057599).
-- Colin Watson <cjwatson@debian.org> Mon, 24 Jun 2024 10:54:31 +0100
python-repoze.sphinx.autointerface (1.0.0-1) unstable; urgency=medium
* Team upload.
......
sphinx-7.2.patch
From: Jerry James <loganjerry@gmail.com>
Date: Mon, 29 Jan 2024 09:28:30 -0700
Subject: Fix tests with Sphinx 7.2.x
Origin: other, https://github.com/repoze/repoze.sphinx.autointerface/pull/22
Bug: https://github.com/repoze/repoze.sphinx.autointerface/issues/21
Bug-Debian: https://bugs.debian.org/1057599
Last-Update: 2024-06-24
---
repoze/sphinx/tests/test_autointerface.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/repoze/sphinx/tests/test_autointerface.py b/repoze/sphinx/tests/test_autointerface.py
index d2682f9..64ae46b 100644
--- a/repoze/sphinx/tests/test_autointerface.py
+++ b/repoze/sphinx/tests/test_autointerface.py
@@ -29,6 +29,7 @@ class Options(dict):
imported_members = False
show_inheritance = False
noindex = False
+ no_index = False
annotation = None
synopsis = ''
platform = ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment