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

Refactor check-manfiest check from prysk test to tox target #31

Merged
merged 1 commit into from Feb 5, 2022

Conversation

Nicoretti
Copy link
Member

having check-manifest as a prysk test duplicates it's execution for each shell
under test, also it causes the test(s) to fail sporadically, when tox is used with
parallel execution mode (-p). The "sporadic" error happens if two different tox shell target tests
have a race condition accessing the MANIFEST file.

having check-manifest as a prysk test duplicates it's execution for each shell
under test, also it causes the test(s) to fail sporadically, when tox is used with
parallel execution mode (-p). The "sporadic" error happens if two different tox shell target tests
have a race condition accessing the MANIFEST file.
@Nicoretti Nicoretti merged commit 10a0f76 into master Feb 5, 2022
@Nicoretti Nicoretti deleted the manifest branch February 5, 2022 16:41
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 this pull request may close these issues.

None yet

1 participant