Skip to content

Commit

Permalink
Add auto mode for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
chillipeper committed Jul 28, 2022
1 parent 912e3bc commit b902e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ database_matrix =
test =
pre-commit
coveralls>=2.0.0
dialogflow>=0.8.0
astroid>=2.4.1
pytest>=5.4.2
pytest-aiohttp==0.3.0
Expand All @@ -144,6 +143,7 @@ docs =
docutils==0.16

[tool:pytest]
asyncio_mode = auto
testpaths = opsdroid tests
norecursedirs = .git testing_config
addopts = -v
Expand Down

0 comments on commit b902e31

Please sign in to comment.