We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7fc60 commit beb1a55Copy full SHA for beb1a55
requirements/docs.txt
@@ -1,2 +1,2 @@
1
-sphinx>=8.0.2,<9
+sphinx>=8.1.3,<9
2
furo==2024.8.6
requirements/tests.txt
@@ -1,4 +1,3 @@
-coveralls>=4.0.1,<5
pytest>=8.3.2,<9
3
-pyyaml>=6.0.2,<7
+coverage>=7.6.4,<8
4
tox>=4.23.2,<5
tox.ini
@@ -6,7 +6,7 @@ skipsdist = True
6
7
[testenv]
8
commands_pre = python -m pip install --upgrade pip
9
-install_command = pip install -e .[tests]
+install_command = pip install -e .[tests,docs]
10
allowlist_externals =
11
coverage
12
pytest
0 commit comments