Skip to content

Commit b70454e

Browse files
author
Jason Mobarak
committed
docs: compat with older tox, pin sphinx deps
+ Use `whitelist_externals` to be compatible with older tox versions + Pin sphinx deps to versions that work, the floating dependencies are currently producing a broken build
1 parent c603a6e commit b70454e

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

generator/requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Jinja2>3
2-
pyyaml
3-
coverage
4-
docutils
5-
flake8
6-
mccabe
7-
numpy
8-
pybase64
9-
python-rapidjson
10-
pep8
11-
pyflakes
12-
pylint
13-
pytest
14-
tox
15-
voluptuous
16-
pytest-cov
17-
pytest-xdist
18-
dataclasses
1+
coverage~=6.0
2+
dataclasses~=0.6
3+
docutils==0.17.*
4+
flake8~=4.0
5+
Jinja2~=3.0
6+
mccabe~=0.6
7+
numpy~=1.21
8+
pybase64~=1.2
9+
python-rapidjson~=1.5
10+
pep8~=1.7
11+
pyflakes~=2.4
12+
pylint~=2.11
13+
pytest~=6.2
14+
pytest-cov~=3.0
15+
pytest-xdist~=2.4
16+
pyyaml # PyYAML API is very stable
17+
tox # Tox is (generally) designed to be very backwards compatible
18+
voluptuous~=0.12

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skipsdist = True
55
envlist = py
66

77
[testenv]
8-
allowlist_externals =
8+
whitelist_externals =
99
make
1010
deps = -rrequirements.txt
1111
commands = python -m sbpg.generator {posargs}

0 commit comments

Comments
 (0)