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

Add handling for user site packages #11

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Add handling for user site packages #11

merged 1 commit into from
Sep 8, 2023

Conversation

arcivanov
Copy link
Member

Workaround issue with python/cpython#109117 by manipulating sys.path Detect if installed in a user site and manage schema appropriately Add new versions of pip and setuptools to testing matrix

fixes #10

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Pull Request Test Coverage Report for Build 6116923536

  • 34 of 37 (91.89%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.6%) to 80.615%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/python/wheel_axle/runtime/_wheel.py 8 9 88.89%
src/main/python/wheel_axle/runtime/init.py 26 28 92.86%
Files with Coverage Reduction New Missed Lines %
src/main/python/wheel_axle/runtime/_wheel.py 5 72.73%
Totals Coverage Status
Change from base Build 5704648688: -1.6%
Covered Lines: 210
Relevant Lines: 249

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Pull Request Test Coverage Report for Build 6116923536

  • 34 of 37 (91.89%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.8%) to 80.368%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/python/wheel_axle/runtime/_wheel.py 8 9 88.89%
src/main/python/wheel_axle/runtime/init.py 26 28 92.86%
Files with Coverage Reduction New Missed Lines %
src/main/python/wheel_axle/runtime/_wheel.py 5 72.73%
Totals Coverage Status
Change from base Build 5704648688: -1.8%
Covered Lines: 210
Relevant Lines: 249

💛 - Coveralls

1 similar comment
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Pull Request Test Coverage Report for Build 6116923536

  • 34 of 37 (91.89%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.8%) to 80.368%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/python/wheel_axle/runtime/_wheel.py 8 9 88.89%
src/main/python/wheel_axle/runtime/init.py 26 28 92.86%
Files with Coverage Reduction New Missed Lines %
src/main/python/wheel_axle/runtime/_wheel.py 5 72.73%
Totals Coverage Status
Change from base Build 5704648688: -1.8%
Covered Lines: 210
Relevant Lines: 249

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Pull Request Test Coverage Report for Build 6116923536

  • 34 of 37 (91.89%) changed or added relevant lines in 2 files are covered.
  • 8 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.8%) to 80.368%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/python/wheel_axle/runtime/_wheel.py 8 9 88.89%
src/main/python/wheel_axle/runtime/init.py 26 28 92.86%
Files with Coverage Reduction New Missed Lines %
src/main/python/wheel_axle/runtime/_wheel.py 8 72.73%
Totals Coverage Status
Change from base Build 5704648688: -1.8%
Covered Lines: 210
Relevant Lines: 249

💛 - Coveralls

Workaround issue with python/cpython#109117 by manipulating sys.path
Detect if installed in a user site and manage schema appropriately
Add new versions of `pip` and `setuptools` to testing matrix

fixes #10
@arcivanov arcivanov merged commit d1ae71a into master Sep 8, 2023
@arcivanov arcivanov deleted the issue_10 branch September 8, 2023 03:52
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.

ModuleNotFoundError: No module named 'pip' when not using a venv
1 participant