try with only one extra

This commit is contained in:
Jean-Paul Calderone 2018-08-06 11:40:44 -04:00
parent a2a3ba525f
commit b13f1cc531
2 changed files with 2 additions and 4 deletions

View File

@ -268,6 +268,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
"pytest-twisted",
"hypothesis >= 3.6.1",
"treq",
"towncrier",
],
"tor": [
"foolscap[tor] >= 0.12.5",
@ -277,9 +278,6 @@ setup(name="tahoe-lafs", # also set in __init__.py
"foolscap[i2p] >= 0.12.6",
"txi2p >= 0.3.2", # in case pip's resolver doesn't work
],
"release": [
"towncrier",
],
},
package_data={"allmydata.web": ["*.xhtml",
"static/*.js", "static/*.png", "static/*.css",

View File

@ -26,7 +26,7 @@ deps =
# We add usedevelop=True for speed, and extras=test to get things like "mock"
# that are required for our unit tests.
usedevelop = True
extras = test,release
extras = test
commands =
tahoe --version
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}