Deactivate (provisorily) Python12-dev testing (#11035)

* fix flake8 warnings

* Deactivate (provisorily) testing with 3.12-dev

(refs:
https://github.com/sphinx-doc/sphinx/pull/10995#issuecomment-1330310586
)

* Escape # in tox.ini for tox 4 compatibility ('du-latest' tests)

Co-authored-by: Daniel Eades <danieleades@hotmail.com>
This commit is contained in:
Jean-François B
2022-12-16 12:41:54 +01:00
committed by GitHub
parent d8977d3e57
commit 7418d2ccc4
8 changed files with 19 additions and 9 deletions

View File

@@ -557,7 +557,7 @@ def test_too_many_requests_user_timeout(app, capsys):
class FakeResponse:
headers = {} # type: Dict[str, str]
headers: Dict[str, str] = {}
url = "http://localhost/"