Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Python 3.13 #864

Open
wants to merge 14 commits into
base: 0.12
Choose a base branch
from
Prev Previous commit
Next Next commit
Update setup.cfg
  • Loading branch information
Dreamsorcerer committed Jun 13, 2024
commit 666d4191f7f3b568869d9fa20a44c8441bd7c860
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ asyncio_mode = auto
junit_suite_name = aiohttp_test_suite
filterwarnings=
error
# Can be removed once using aiojobs or similar in decorator()
ignore:not awaited:RuntimeWarning
Dreamsorcerer marked this conversation as resolved.
Show resolved Hide resolved
testpaths = tests/
junit_family=xunit2
xfail_strict = true
Expand Down
Loading