Skip to content

Commit 86342ef

Browse files
committed
Reduce pinned dependencies
1 parent cb610cd commit 86342ef

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

tox.ini

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -300,29 +300,17 @@ filterwarnings =
300300
301301
[testenv:py{39,310,311,312,313,py39}-sphinx7.2]
302302
deps =
303-
alabaster==0.7.16
304-
apeye==1.4.1
305-
apeye-core==1.1.5
303+
-r{toxinidir}/tests/requirements.txt
304+
-r{toxinidir}/requirements.txt
306305
autodocsumm==0.2.14
307-
babel==2.17.0
308306
beautifulsoup4==4.12.0
309307
CacheControl==0.14.2
310-
certifi==2025.1.31
311-
charset-normalizer==3.4.1
312-
coincidence==0.6.6
313-
coverage==7.8.0
314-
coverage-pyver-pragma==0.3.3
315308
cssutils==2.11.1
316309
defusedxml==0.7.1
317-
dict2css==0.3.0.post1
318310
docutils==0.20.1
319311
domdf_python_tools==3.10.0
320312
filelock==3.18.0
321-
html5lib==1.1
322-
idna==3.10
323313
imagesize==1.4.1
324-
importlib_metadata==8.6.1
325-
iniconfig==2.1.0
326314
Jinja2==3.1.6
327315
MarkupSafe==3.0.2
328316
more-itertools==10.6.0
@@ -334,12 +322,6 @@ deps =
334322
Pygments==2.13.0
335323
pyparsing==3.2.3
336324
pytest==8.3.5
337-
pytest-cov==6.1.1
338-
pytest-datadir==1.6.1
339-
pytest-randomly==3.16.0
340-
pytest-regressions==2.7.0
341-
pytest-rerunfailures==15.0
342-
pytest-timeout==2.3.1
343325
PyYAML==6.0.2
344326
requests==2.32.3
345327
ruamel.yaml==0.18.10
@@ -352,12 +334,6 @@ deps =
352334
sphinx-prompt==1.8.0
353335
sphinx-tabs==3.4.5
354336
sphinx-toolbox==3.9.0
355-
sphinxcontrib-applehelp==2.0.0
356-
sphinxcontrib-devhelp==2.0.0
357-
sphinxcontrib-htmlhelp==2.1.0
358-
sphinxcontrib-jsmath==1.0.1
359-
sphinxcontrib-qthelp==2.0.0
360-
sphinxcontrib-serializinghtml==2.0.0
361337
standard-imghdr==3.10.14
362338
tabulate==0.9.0
363339
typing_extensions==4.13.2

0 commit comments

Comments
 (0)