Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 7, 2023
1 parent b337706 commit 97bc46f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ addopts =
# `pytest-cov`:
--cov=aiohttp
--cov=tests/

# run tests that are not marked with dev_mode
-m "not dev_mode"
filterwarnings =
error
ignore:module 'ssl' has no attribute 'OP_NO_COMPRESSION'. The Python interpreter is compiled against OpenSSL < 1.0.0. Ref. https.//docs.python.org/3/library/ssl.html#ssl.OP_NO_COMPRESSION:UserWarning
Expand All @@ -155,3 +158,5 @@ minversion = 3.8.2
testpaths = tests/
junit_family=xunit2
xfail_strict = true
markers =
dev_mode: mark test to run in dev mode.

0 comments on commit 97bc46f

Please sign in to comment.