Skip to content

issues Search Results · repo:pytest-dev/pytest-asyncio language:Python

Filter by

363 results
 (90 ms)

363 results

inpytest-dev/pytest-asyncio (press backspace or delete to remove)

First of all, thanks for the all the work put to release v1.0.0. It was really easy to migrate from v0.21. However we found a weird issue when using uvloop (based on the docs). Using asyncio´s loop we ...
  • sk-
  • Opened 
    9 minutes ago
  • #1134

Before 1.0 you could use the event_loop fixture for custom set up and tear down instructions on the event loop. With removal of the fixture in 1.0.0 there seems to be no way to access the event_loop before ...
  • schlamar
  • Opened 
    35 minutes ago
  • #1133

As far as I see there is no CI job that tests using the dev version of the dependencies. My experience while maintaining a couple of pytest plugins is that having a job dor dev-dependencies is a very valuable ...
enhancement
good first issue
  • bsipocz
  • 8
  • Opened 
    5 days ago
  • #1132

The release notes seem to be extracted from a Git commit message as opposed to the annotation of a Git tag.
bug
  • seifertm
  • Opened 
    7 days ago
  • #1128

From https://github.com/pytest-dev/pytest-asyncio/actions/runs/15246451476/job/42874119632: Run ncipollo/release-action@v1 with: name: pytest-asyncio 1.0.0 artifacts: dist/* bodyFile: release-notes.md ...
bug
  • seifertm
  • Opened 
    7 days ago
  • #1127

I ve hit an issue where basically my setup is: - have an async test that tries to create some things in a postgres database running locally via testcontainers - use pytest-asyncio + testcontainers ...
needsinfo
  • 0xRaduan
  • 1
  • Opened 
    23 days ago
  • #1115

While testing 1.0.0a1 on Gentoo, I ve noticed that the following test is flaky: ========================================================= test session starts ========================================================= ...
good first issue
  • mgorny
  • 3
  • Opened 
    23 days ago
  • #1114

It would be good if there was an easy way to change the event_loop_policy for a single test. I can t see any way to do this currently from the documentation (other than moving a single test to it s own ...
enhancement
  • Dreamsorcerer
  • 3
  • Opened 
    on Apr 24
  • #1101

I m converting over aiohttp code to pytest-asyncio. I noticed that in addition to the unused_port fixtures, we also have an unused_port_socket (which returns the actual socket, rather than just the port ...
feature
  • Dreamsorcerer
  • 4
  • Opened 
    on Apr 24
  • #1100
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub