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

Misc: Fixed development scripts compatibility with setuptools #3678

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Sep 22, 2022

This PR fixes bootstrap.py and run_tests.py no longer working with latest versions of setuptools since the build path has changed from e.g., build/lib.linux-x86_64-3.7 to build/lib.linux-x86_64-cpython-37...
As a result, the path added to sys.path/PYTHONPATH was no longer the right one.

This PR fixes it by forcing the --build-lib directory to the previous one (e.g., build/lib.linux-x86_64-3.7) so the scripts know where it is.

closes #3676

@t20100 t20100 added this to the 1.1.0 milestone Sep 22, 2022
@vallsv vallsv merged commit 5283e45 into silx-kit:master Sep 29, 2022
@t20100 t20100 deleted the fix-dev-tools branch October 14, 2022 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bootstrap.py broken with recent setuptools
2 participants