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

Ensure that GitHub Actions tests against the installed package #231

Closed
wants to merge 1 commit into from

Conversation

wshanks
Copy link
Collaborator

@wshanks wshanks commented Jun 3, 2024

PYTHONSAFEPATH=1 will prevent Python from loading the uncertainties files from the repo directory instead of loading them from site-packages (at least for Python >=3.11 when PYTHONSAFEPATH was added).

pytest's import-mode=importlib will prevent pytest from adding the working directory to the Python path.

PYTHONSAFEPATH=1 will prevent Python from loading the uncertainties
files from the repo directory instead of loading them from
site-packages (at least for Python >=3.11 when PYTHONSAFEPATH was
added).

pytest's `import-mode=importlib` will prevent `pytest` from adding the
working directory to the Python path.
@wshanks wshanks closed this Jun 3, 2024
@wshanks
Copy link
Collaborator Author

wshanks commented Jun 3, 2024

Sorry, I mean to open this one on my fork for testing.

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