Enable Python 3.10 for tests (#719)

* Try to test on Python 3.10

* Prevent to YAML type cast

* Bump poetry

* Removed async_lru

* Disable fail-fast on tests

* Fixed typing

* Added patch-notes
This commit is contained in:
Alex Root Junior 2021-10-06 22:49:14 +03:00 committed by GitHub
parent 99c99cec78
commit 7405db2ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 36 additions and 81 deletions

View file

@ -75,4 +75,3 @@ def bot():
yield bot
finally:
Bot.reset_current(token)
bot.me.invalidate(bot)