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 CI build #331

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Fix CI build #331

merged 1 commit into from
Apr 1, 2024

Conversation

jchen293
Copy link
Member

@jchen293 jchen293 commented Apr 1, 2024

Description

CI build is currently failing due to a doc generation tool introduced into our examples submodule a few months ago using pytest and has its own conftest.py file to execute, which causes build failing _pytest.pathlib.ImportPathMismatchError:

Add pytest.ini config file to tell pytest only look in the tests directory when running test suite.

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

@jchen293 jchen293 requested a review from a team April 1, 2024 19:15
@jchen293 jchen293 merged commit e86307d into master Apr 1, 2024
8 checks passed
@jchen293 jchen293 deleted the fix_ci_build branch April 1, 2024 19:28
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.

2 participants