mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-01 17:01:58 +01:00
b20265819b
* mark some occasionally failing tests as flaky
* fix test which was failing locally for some reason
* Don't fail tests if they've exceeded the timeout
* This reverts commit 1d0f982e95
.
* remove flaky on two tests as per review
* the end of timeout failures, hopefully.
* first run successful. Fixing pre-commit to trigger 2nd run.
16 lines
330 B
Text
16 lines
330 B
Text
# cryptography is an optional dependency, but running the tests properly requires it
|
|
cryptography!=3.4,!=3.4.1,!=3.4.2,!=3.4.3
|
|
|
|
pre-commit
|
|
# Make sure that the versions specified here match the pre-commit settings!
|
|
black==20.8b1
|
|
flake8==3.9.1
|
|
pylint==2.8.2
|
|
mypy==0.812
|
|
pyupgrade==2.13.0
|
|
|
|
pytest==6.2.3
|
|
|
|
flaky
|
|
beautifulsoup4
|
|
wheel
|