Skip to content

Commit aa93640

Browse files
Updated files with 'repo_helper'.
1 parent 8e7a9d8 commit aa93640

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ known_third_party = [
3333
"coincidence",
3434
"coverage",
3535
"coverage_pyver_pragma",
36+
"defusedxml",
3637
"docutils",
3738
"domdf_python_tools",
3839
"importlib_metadata",

tox.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,18 @@ filterwarnings =
248248
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
249249
always:The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning
250250
251+
[testenv:py312-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2}]
252+
download = True
253+
setenv =
254+
PYTHONDEVMODE=1
255+
PIP_DISABLE_PIP_VERSION_CHECK=1
256+
257+
[testenv:py313-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2}]
258+
download = True
259+
setenv =
260+
PYTHONDEVMODE=1
261+
PIP_DISABLE_PIP_VERSION_CHECK=1
262+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
251263
252264
[testenv]
253265
setenv =

0 commit comments

Comments
 (0)