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 9b7d39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.embedapi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ envlist = sphinx-{18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,latest}

[testenv]
description = run test suite for the EmbedAPIv3
setenv =
VIRTUALENV_SETUPTOOLS=58.3.0
install_command =
# Install requirements in multiple steps because we don't want to install
# Sphinx from `requirements/pip.txt` but from the `deps=` field.
Expand Down
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 9b7d39b

Please sign in to comment.