datalad / datalad-fuse

DataLad extension to provide FUSE file system access
Other
1 stars 4 forks source link

Update Python and DataLad versions #85

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

GitHub Actions was still using Python 3.6 for testing, which is EOL and no longer supported by DataLad, and so the tests were also using an old version of DataLad. This PR drops support for Python 3.6 and updates the import of DataLad test utilities for the pytest migration.

codecov[bot] commented 1 year ago

Codecov Report

Base: 70.69% // Head: 70.69% // No change to project coverage :thumbsup:

Coverage data is based on head (0780747) compared to base (24727b8). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ======================================= Coverage 70.69% 70.69% ======================================= Files 11 11 Lines 761 761 ======================================= Hits 538 538 Misses 223 223 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-fuse/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [datalad\_fuse/tests/test\_fsspec\_head.py](https://codecov.io/gh/datalad/datalad-fuse/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9mdXNlL3Rlc3RzL3Rlc3RfZnNzcGVjX2hlYWQucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yarikoptic commented 1 year ago

Thank you