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

tox/pytest: Add testpaths and use importlib #388

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

tomschr
Copy link
Member

@tomschr tomschr commented Dec 20, 2022

Switch to the more modern importlib approach as it doesn't require to modify sys.path:
https://docs.pytest.org/en/7.2.x/explanation/pythonpath.html

@tomschr tomschr added the Enhancement Not a bug, but increases or improves in value, quality, desirability, or attractiveness label Dec 20, 2022
@tomschr tomschr self-assigned this Dec 20, 2022
Switch to the more modern importlib approach as it doesn't
require to modify sys.path:
https://docs.pytest.org/en/7.2.x/explanation/pythonpath.html
@tomschr tomschr marked this pull request as ready for review December 20, 2022 10:43
@tomschr tomschr merged commit bf8757a into python-semver:master Dec 20, 2022
@tomschr tomschr deleted the feature/testpaths branch December 20, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Not a bug, but increases or improves in value, quality, desirability, or attractiveness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant