G-Node / nixpy

Python library for NIX
https://readthedocs.org/projects/nixpy
Other
19 stars 26 forks source link

d/s/examples/*.py: use python3 in shebang. #539

Closed emollier closed 8 months ago

emollier commented 8 months ago

With python2 deprecation, it should be safe to enforce use of the python3 shebang everywhere. Besides, there can be inconsistencies between distributions, and even system configuration within a single distribution, on whether to ship python as python2, as python3, or not at all.

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (4cbd9ff) 81.38% compared to head (e9b50f2) 81.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #539 +/- ## ======================================= Coverage 81.38% 81.38% ======================================= Files 81 81 Lines 10828 10828 ======================================= Hits 8812 8812 Misses 2016 2016 ```

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

coveralls commented 8 months ago

Coverage Status

coverage: 79.782%. remained the same when pulling e9b50f2982cfcd37af79bd7a1e213d2f68019515 on emollier:shebang into 4cbd9ff922fc30bac5de18ab99c16129ade1121e on G-Node:master.