Merge pull request #5022 from Gallaecio/fix-ci

Limit tests to Twisted < 21
This commit is contained in:
Andrey Rahmatullin 2021-03-03 16:45:00 +05:00 committed by GitHub
commit d50bedbeea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ deps =
# Extras
botocore>=1.4.87
Pillow>=4.0.0
# Twisted 21+ causes issues in tests that use skipIf
Twisted<21
passenv =
S3_TEST_FILE_URI
AWS_ACCESS_KEY_ID