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

Use python3 -P while running test and tutorials on CI #17

Closed
francesco-ballarin opened this issue Oct 29, 2023 · 1 comment
Closed

Use python3 -P while running test and tutorials on CI #17

francesco-ballarin opened this issue Oct 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@francesco-ballarin
Copy link
Member

python/cpython#31542 has introduced a -P flag that does not add the current directory to sys.path by default, but the new flag is only available on python >= 3.11.

As soon as dolfinx/dolfinx:nightly moves to python >= 3.11 the new flag could be used as in 91429d0
and the current workaround in b424642 will be removed.

@francesco-ballarin
Copy link
Member Author

@francesco-ballarin francesco-ballarin closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant