Skip to content

Commit

Permalink
Bump pytest-asyncio to 0.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed May 5, 2024
1 parent 615f1bf commit b3879cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pre-commit # needed for pre-commit hooks in the git commit command

# For the test suite
pytest==8.1.1
pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
pytest-asyncio==0.23.6 # needed because pytest doesn't come with native support for coroutines as tests
pytest-xdist==3.6.1 # xdist runs tests in parallel
flaky # Used for flaky tests (flaky decorator)
beautifulsoup4 # used in test_official for parsing tg docs
Expand Down

0 comments on commit b3879cd

Please sign in to comment.