Skip to content

Commit

Permalink
Tests: workaround for tox and virtualenv+setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Apr 27, 2022
1 parent 61af0db commit 8fe4bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tox.embedapi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ deps =
jinja2<3.1.0
setenv =
DJANGO_SETTINGS_MODULE=readthedocs.settings.test
VIRTUALENV_SETUPTOOLS=58.3.0
changedir = {toxinidir}/readthedocs
commands = pytest -m embed_api {posargs}
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setenv =
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
DJANGO_SETTINGS_SKIP_LOCAL=True
VIRTUALENV_SETUPTOOLS=58.3.0
passenv = CI TRAVIS TRAVIS_* HOME
deps =
-r requirements/testing.txt
Expand Down

0 comments on commit 8fe4bea

Please sign in to comment.