Skip to content

Commit

Permalink
Merge pull request #524 from azgabur/remove_asyncio
Browse files Browse the repository at this point in the history
Remove pytest-asyncio lib
  • Loading branch information
azgabur committed Sep 9, 2024
2 parents a4bee3e + 4c2467f commit e1a49de
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 e1a49de

Please sign in to comment.