pytest-asyncio v0.23 support #126
Labels
bug
Something isn't working
enhancement
New feature or request
pytest-lsp
Issues affecting the pytest-lsp package
This release includes some breaking changes that at the very least will require an update to the documentation.
Something else to investigate is that esbonio's test suite will hang (on my machine at least ...) if a test requests a fixture with a scope and that scope is not also explicitly requested in the test's mark
Interestingly however, the following tests appear to run fine without issue
Which suggests perhaps
pytest-lsp
is doing something that doesn't quite agree withpytest-asyncio
's new setup.The text was updated successfully, but these errors were encountered: