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

replace pytest-xprocess #2906

Closed
davidism opened this issue May 18, 2024 · 1 comment · Fixed by #2963
Closed

replace pytest-xprocess #2906

davidism opened this issue May 18, 2024 · 1 comment · Fixed by #2963

Comments

@davidism
Copy link
Member

Pytest-xprocess has been really helpful to running our dev server tests. But we're not doing anything super complicated, and its API may be adding complexity. And it causes a bunch of resource warnings when pytest ends (luckily these don't count as errors).

I think I had seen a project from @pamelafox that used plain multiprocessing or subprocess to manage a live server directly. See about switching our tests to something like that.

@pamelafox
Copy link
Contributor

pamelafox commented May 18, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants