mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 22:26:39 +00:00
use tox testenv extras
to request testenv too
This commit is contained in:
parent
70caa22370
commit
17706f582e
11
tox.ini
11
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user