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

unset PYTHONPATH in cvmfs tests #30

Merged
merged 2 commits into from
Apr 9, 2024
Merged

unset PYTHONPATH in cvmfs tests #30

merged 2 commits into from
Apr 9, 2024

Conversation

kjmeagher
Copy link
Member

PYTHONPATH appears to be not only unnescessary but activly messing up the tests
because the packages in system site-packages are old and incompatible with the
latest version of pytest. Having system site-packages in PYTHONPATH causes
them to be loaded first overriding what it is in .local/

PYTHONPATH appears to be not only unnescessary but activly messing up the tests
because the packages in system site-packages are old and incompatible with the
latest version of pytest. Having system site-packages in PYTHONPATH causes
them to be loaded first overriding what it is in .local/
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.57%. Comparing base (672d160) to head (bfe3849).

❗ Current head bfe3849 differs from pull request most recent head 69ea1f3. Consider uploading reports for the commit 69ea1f3 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   92.57%   92.57%           
=======================================
  Files          12       12           
  Lines         700      700           
  Branches      328      328           
=======================================
  Hits          648      648           
  Misses         52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Apr 5, 2024

Test Results

 12 files   -  1   18 suites   - 2   34s ⏱️ -1s
 96 tests ± 0   96 ✅ ± 0  0 💤 ±0  0 ❌ ±0 
576 runs   - 49  576 ✅  - 49  0 💤 ±0  0 ❌ ±0 

Results for commit 69ea1f3. ± Comparison against base commit 672d160.

♻️ This comment has been updated with latest results.

There is some binary incompatability issue with running the latest wheels from
pypi on top of cvmfs python on top of the centos docker image that only applies
to v4.2.x. I don't want to spend any more time trying to figure out. The
testing regime is already pretty robust. So I am just gonna drop v4.2.1 and
move on.
@kjmeagher kjmeagher merged commit a563c90 into main Apr 9, 2024
31 checks passed
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