Skip to content

Commit 8fe4bea

Browse files
committed
Tests: workaround for tox and virtualenv+setuptools
1 parent 61af0db commit 8fe4bea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tox.embedapi.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ deps =
3232
jinja2<3.1.0
3333
setenv =
3434
DJANGO_SETTINGS_MODULE=readthedocs.settings.test
35+
VIRTUALENV_SETUPTOOLS=58.3.0
3536
changedir = {toxinidir}/readthedocs
3637
commands = pytest -m embed_api {posargs}

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ setenv =
1111
LANG=en_US.UTF-8
1212
LC_ALL=en_US.UTF-8
1313
DJANGO_SETTINGS_SKIP_LOCAL=True
14+
VIRTUALENV_SETUPTOOLS=58.3.0
1415
passenv = CI TRAVIS TRAVIS_* HOME
1516
deps =
1617
-r requirements/testing.txt

0 commit comments

Comments
 (0)