mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 09:48:56 +00:00
try with only one extra
This commit is contained in:
parent
a2a3ba525f
commit
b13f1cc531
4
setup.py
4
setup.py
@ -268,6 +268,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
"pytest-twisted",
|
"pytest-twisted",
|
||||||
"hypothesis >= 3.6.1",
|
"hypothesis >= 3.6.1",
|
||||||
"treq",
|
"treq",
|
||||||
|
"towncrier",
|
||||||
],
|
],
|
||||||
"tor": [
|
"tor": [
|
||||||
"foolscap[tor] >= 0.12.5",
|
"foolscap[tor] >= 0.12.5",
|
||||||
@ -277,9 +278,6 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
"foolscap[i2p] >= 0.12.6",
|
"foolscap[i2p] >= 0.12.6",
|
||||||
"txi2p >= 0.3.2", # in case pip's resolver doesn't work
|
"txi2p >= 0.3.2", # in case pip's resolver doesn't work
|
||||||
],
|
],
|
||||||
"release": [
|
|
||||||
"towncrier",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
package_data={"allmydata.web": ["*.xhtml",
|
package_data={"allmydata.web": ["*.xhtml",
|
||||||
"static/*.js", "static/*.png", "static/*.css",
|
"static/*.js", "static/*.png", "static/*.css",
|
||||||
|
2
tox.ini
2
tox.ini
@ -26,7 +26,7 @@ deps =
|
|||||||
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
||||||
# that are required for our unit tests.
|
# that are required for our unit tests.
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
extras = test,release
|
extras = test
|
||||||
commands =
|
commands =
|
||||||
tahoe --version
|
tahoe --version
|
||||||
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
||||||
|
Loading…
Reference in New Issue
Block a user