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

Remove dependency on flaky #678

Closed
seifertm opened this issue Nov 15, 2023 · 0 comments · Fixed by #696
Closed

Remove dependency on flaky #678

seifertm opened this issue Nov 15, 2023 · 0 comments · Fixed by #696

Comments

@seifertm
Copy link
Contributor

Flaky is currently a dependency in the testing extra of pytest-asyncio. There are dedicated tests to test the compatibility between pytest-asyncio and flaky.

Pytest-asyncio should be compatible with other plugins, but it should not be responsible to test that compatibility. If every pytest plugin wrote tests against other plugins, we ended up in dependency hell and a lot of work would be done multiple times.

There's a dedicated section in pytest for testing plugin integration. This is the right place to do it.

Moreover, the flaky project seems to be abandoned. box/flaky#192

The goal of this issue is to remove flaky from the the project dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant