Skip to content

Commit

Permalink
Remove pytest-asyncio lib
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Sep 5, 2024
1 parent df0ae69 commit 4c2467f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ python = "^3.11"
typing_extensions = "*"
pytest-xdist = "*"
pytest = "*"
pytest-asyncio = ">=0.23.4"
pytest-html = "*"
dynaconf = "*"
dnspython = "*"
Expand Down Expand Up @@ -61,7 +60,6 @@ log_date_format = "%H:%M:%S %z"
log_level = "INFO"
junit_logging = "all"
junit_family = "xunit2"
asyncio_mode = "auto"
xfail_strict = true

# Pylint:
Expand Down

0 comments on commit 4c2467f

Please sign in to comment.