mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #670 from tahoe-lafs/3267.integration-tests
Fix the integration tests on CircleCI
This commit is contained in:
commit
94800b07df
0
newsfragments/3267.minor
Normal file
0
newsfragments/3267.minor
Normal file
5
setup.py
5
setup.py
@ -354,7 +354,10 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
# this version from time to time, but we will do it
|
||||
# intentionally.
|
||||
"pyflakes == 2.1.0",
|
||||
"coverage",
|
||||
# coverage 5.0 breaks the integration tests in some opaque way.
|
||||
# This probably needs to be addressed in a more permanent way
|
||||
# eventually...
|
||||
"coverage ~= 4.5",
|
||||
"mock",
|
||||
"tox",
|
||||
"pytest",
|
||||
|
Loading…
Reference in New Issue
Block a user