mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -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/"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user