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 tests_isolated from default tests run with pytest #1362

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

tleonhardt
Copy link
Member

Remove tests_isolated from default tests run with pytest when run by itself on the whole directory and not using inv pytest.

This is to prevent pytest from running tests together which need to be isolated and avoiding confusion for consumers such as Linux distros.

In the future we should try to fix these tests so they don't need to be run isolated from others.

This is to prevent pytest from running tests together which need to be isolated.

In the future we should try to fix these tests so they don't need to be run isolated from others.
@tleonhardt tleonhardt self-assigned this Nov 3, 2024
@tleonhardt tleonhardt added the bug label Nov 3, 2024
While this bug won't impact cmd2 development itself, it will create chaos for consumers such as Linux distros trying to execute cmd2 tests when packaging it.
@tleonhardt tleonhardt merged commit 378208c into master Nov 3, 2024
46 checks passed
@tleonhardt tleonhardt deleted the pytest_isolated branch November 3, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant