Skip to content

Commit 9b7d39b

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tox.embedapi.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ envlist = sphinx-{18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,latest}
33

44
[testenv]
55
description = run test suite for the EmbedAPIv3
6+
setenv =
7+
VIRTUALENV_SETUPTOOLS=58.3.0
68
install_command =
79
# Install requirements in multiple steps because we don't want to install
810
# Sphinx from `requirements/pip.txt` but from the `deps=` field.

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)