Skip to content

Commit

Permalink
fix requiremens and test max concurrecy
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdcm committed Aug 10, 2023
1 parent 1c39c0f commit 628fdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
max_asyncio_tasks = 5
max_asyncio_tasks = 3
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pytest-asyncio
pytest-asyncio-cooperative
selenium
coverage
tox

0 comments on commit 628fdd0

Please sign in to comment.