mirror of https://github.com/scrapy/scrapy.git
Revert "Temporarily pin Twisted to an older version in CI (#5401)"
This reverts commit b282a7af01.
This commit is contained in:
parent
1e1cfc26db
commit
77547a1ab5
2
tox.ini
2
tox.ini
|
|
@ -19,8 +19,6 @@ deps =
|
|||
mitmproxy >= 4.0.4, < 5; python_version >= '3.6' and python_version < '3.7' and platform_system != 'Windows' and implementation_name != 'pypy'
|
||||
# Extras
|
||||
botocore>=1.4.87
|
||||
# Temporary until the tests are updated
|
||||
Twisted<22.1.0
|
||||
passenv =
|
||||
S3_TEST_FILE_URI
|
||||
AWS_ACCESS_KEY_ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue