Fix up CI and boost Python version to drop 3.8#212
Merged
yarikoptic merged 2 commits intomasterfrom Jul 25, 2025
Merged
Conversation
neurodebian is in sad state now, so fails to configure there. See https://github.com/con/tinuous/actions/runs/16507629827/job/46682223339?pr=211 No VM guests are running outdated hypervisor (qemu) binaries on this host. 2025-07-24T20:54:58+0000 [INFO ] datalad_installer: Running: nd-configurerepo Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/datalad-installer", line 8, in <module> sys.exit(main()) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/datalad_installer.py", line 3096, in main return manager.main(argv) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/datalad_installer.py", line 746, in main self.addcomponent(name=cr.name, **cr.kwargs) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/datalad_installer.py", line 785, in addcomponent component(self).provide(**kwargs) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/datalad_installer.py", line 1288, in provide runcmd("nd-configurerepo", *(extra_args or []), stderr=subprocess.PIPE) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/datalad_installer.py", line 2818, in runcmd return subprocess.run(arglist, check=True, **kwargs) File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/subprocess.py", line 516, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nd-configurerepo']' returned non-zero exit status 5. Error: Process completed with exit code 1. and now there is a suitable build of git-annex straight from pypi.
2 tasks
I switched to 3.10 for running linting etc, since 3.9 is to EOL soon anyways
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #212 +/- ##
==========================================
+ Coverage 64.48% 64.85% +0.37%
==========================================
Files 10 10
Lines 1388 1383 -5
Branches 220 211 -9
==========================================
+ Hits 895 897 +2
+ Misses 410 405 -5
+ Partials 83 81 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See individual commits for more information