Merge pull request #670 from tahoe-lafs/3267.integration-tests

Fix the integration tests on CircleCI
This commit is contained in:
meejah 2019-12-18 22:51:49 +00:00 committed by GitHub
commit 94800b07df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

0
newsfragments/3267.minor Normal file
View File

View File

@ -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",