icecube / nuflux

A library for calculating atmospheric neutrino fluxes.
https://docs.icecube.aq/nuflux/main
GNU Lesser General Public License v3.0
15 stars 5 forks source link

unset PYTHONPATH in cvmfs tests #30

Closed kjmeagher closed 4 months ago

kjmeagher commented 4 months ago

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/

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ Coverage Diff @@ ## main #30 +/- ## ======================================= Coverage 92.57% 92.57% ======================================= Files 12 12 Lines 700 700 Branches 328 328 ======================================= Hits 648 648 Misses 52 52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 4 months ago

Test Results

 12 files   -  1   18 suites   - 2   34s :stopwatch: -1s  96 tests ± 0   96 :white_check_mark: ± 0  0 :zzz: ±0  0 :x: ±0  576 runs   - 49  576 :white_check_mark:  - 49  0 :zzz: ±0  0 :x: ±0 

Results for commit 69ea1f39. ± Comparison against base commit 672d160a.

:recycle: This comment has been updated with latest results.