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

Directly invoke pytest in package build workflow. #1037

Merged
merged 1 commit into from
May 10, 2023

Conversation

diptorupd
Copy link
Contributor

Changes how pytest is invoked in the test_linux and test_windows workflows. using python -m pytest leads to directories that do not have __init__.py in them getting skipped. The difference in invocation was the cause we see different results in coverage v/s test package workflows.

@diptorupd diptorupd requested a review from mingjie-intel as a code owner May 10, 2023 21:44
@diptorupd diptorupd force-pushed the standardize_pytest_invocation branch from 68a7e0d to 1053c94 Compare May 10, 2023 21:57
@diptorupd diptorupd merged commit 87206fa into main May 10, 2023
@diptorupd diptorupd deleted the standardize_pytest_invocation branch May 10, 2023 22:58
github-actions bot added a commit that referenced this pull request May 10, 2023
Directly invoke pytest in package build workflow. 87206fa
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.

1 participant