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

Fix flaky template tests #405

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

pvandyken
Copy link
Contributor

Tests dry-running the template were sporadically failing. This occurs when multiple tests (running simultaneously via xdist) attempt to install the snakebids repo at the same time, as
poetry-dynamic-versioning is not thread safe (since the fs gets modified). Resolve this by copying over the repo into the docker container before installation

Tests dry-running the template were sporadically failing. This occurs
when multiple tests (running simultaneously via xdist) attempt to
install the snakebids repo at the same time, as
poetry-dynamic-versioning is not thread safe (since the fs gets
modified). Resolve this by copying over the repo into the docker
container before installation
@pvandyken pvandyken added the bug Something isn't working label Apr 17, 2024
@pvandyken pvandyken merged commit cae8271 into khanlab:main Apr 17, 2024
34 checks passed
@pvandyken pvandyken deleted the fix/flaky-template-tests branch April 17, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant