mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup.py: depend on 'mock' when using [test] extra
I think this is useful enough that we should have it available when running tests. refs ticket:2777
This commit is contained in:
parent
d2ab4c593b
commit
84a1064b87
2
setup.py
2
setup.py
@ -267,7 +267,7 @@ setup(name=APPNAME,
|
||||
classifiers=trove_classifiers,
|
||||
test_suite="allmydata.test",
|
||||
install_requires=install_requires,
|
||||
extras_require={"test": ["pyflakes", "coverage"],
|
||||
extras_require={"test": ["pyflakes", "coverage", "mock"],
|
||||
},
|
||||
package_data={"allmydata.web": ["*.xhtml",
|
||||
"static/*.js", "static/*.png", "static/*.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user