use tox testenv extras to request testenv too

This commit is contained in:
Jean-Paul Calderone 2023-04-28 07:52:05 -04:00
parent 70caa22370
commit 17706f582e

11
tox.ini
View File

@ -43,9 +43,14 @@ deps =
# We add usedevelop=False because testing against a true installation gives
# more useful results.
usedevelop = False
# We use extras=test to get things like "mock" that are required for our unit
# tests.
extras = test
extras =
# Get general testing environment dependencies so we can run the tests
# how we like.
testenv
# And get all of the test suite's actual direct Python dependencies.
test
setenv =
# Define TEST_SUITE in the environment as an aid to constructing the