1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: Jerry James <loganjerry@gmail.com>
Date: Mon, 29 Jan 2024 09:28:30 -0700
Subject: Fix tests with Sphinx 7.2.x and 8.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
Bug-Debian: https://bugs.debian.org/1114327
Last-Update: 2025-09-15
---
repoze/sphinx/tests/test_autointerface.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/repoze/sphinx/tests/test_autointerface.py b/repoze/sphinx/tests/test_autointerface.py
index d2682f9..9787ac5 100644
--- a/repoze/sphinx/tests/test_autointerface.py
+++ b/repoze/sphinx/tests/test_autointerface.py
@@ -29,6 +29,8 @@ class Options(dict):
imported_members = False
show_inheritance = False
noindex = False
+ no_index = False
+ no_index_entry = False
annotation = None
synopsis = ''
platform = ''
|