Bump pytest-asyncio from 0.23.6 to 0.23.7 in /flowapi
Bumps pytest-asyncio from 0.23.6 to 0.23.7.
Release notes
Sourced from pytest-asyncio's releases.
pytest-asyncio 0.23.7
0.23.7 (2024-05-19)
- Silence deprecation warnings about unclosed event loops that occurred with certain CPython patch releases #817
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
Commits
eb63d5adocs: Prepared for release of v0.23.7.da04a7aBuild(deps): Bump exceptiongroup in /dependencies/default00c667aBuild(deps): Bump pytest from 8.1.1 to 8.2.0 in /dependencies/default3bd9cd8[docs] Add changelog entry.15544f0Revert GitHub Actions and Tox changes.6316b28Deduplicate simplefilter snippet.3ffdfc5asyncio.run(port_afinalizer())0107fd7Remove extra space.3bf700aFix GH Action mapping.d15dc31Fix 3109/3108 typo.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Passing run #22849 ↗︎
Details:
| --- | |||
| Project: FlowAuth | Commit: 06004b4424 |
||
| Status: Passed | Duration: 00:41 💡 | ||
| Started: Jun 13, 2024 11:27 AM | Ended: Jun 13, 2024 11:28 AM | ||
Review all test suite changes for PR #6615 ↗︎
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.30%. Comparing base (
c32747f) to head (06004b4).
Additional details and impacted files
@@ Coverage Diff @@
## master #6615 +/- ##
=======================================
Coverage 92.29% 92.30%
=======================================
Files 268 268
Lines 10590 10590
Branches 856 856
=======================================
+ Hits 9774 9775 +1
Misses 676 676
+ Partials 140 139 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate