Addressing problem testing against python 3.10 on Travis (skip more annex versions)#6842
Merged
yarikoptic merged 2 commits intodatalad:maintfrom Jul 16, 2022
Merged
Addressing problem testing against python 3.10 on Travis (skip more annex versions)#6842yarikoptic merged 2 commits intodatalad:maintfrom
yarikoptic merged 2 commits intodatalad:maintfrom
Conversation
not sure why I chose 0624 whenever I talk about some state after 10.20220525 in https://git-annex.branchable.com/bugs/regression__58___annex_add_of_moved_file_errors_out/ . This lead to recent fail in datalad#6841 not sure how it worked before since we should have been installing that newer version for a while already. May be something changed in conda so it started to install earlier nodep version instead of depall
Codecov Report
@@ Coverage Diff @@
## maint #6842 +/- ##
==========================================
+ Coverage 90.25% 91.21% +0.95%
==========================================
Files 354 354
Lines 46065 46065
==========================================
+ Hits 41577 42019 +442
+ Misses 4488 4046 -442
Continue to review full report at Codecov.
|
Member
Author
|
ok, we still have one failing run on travis (https://app.travis-ci.com/github/datalad/datalad/jobs/576806839) where we see so tags are there! but then $ sudo pip install --user .
WARNING: The directory '/home/travis/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Processing /home/travis/build/datalad/datalad
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: chardet<5.0.0,>=3.0.4 in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (4.0.0)
Requirement already satisfied: packaging in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (21.3)
Requirement already satisfied: boto in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (2.49.0)
Requirement already satisfied: humanize in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (4.2.3)
Requirement already satisfied: keyrings.alt in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (4.1.1)
Requirement already satisfied: python-gitlab in /tmp/dl-miniconda-e9ufinuf/lib/python3.10/site-packages (from datalad==0+unknown) (3.6.0)so we get 0+unknown version. and that happens rarely but somehow consistently for me in this and #6841 any idea @jwodder how/why that would keep happening to me? (we are still using versioneer here) |
Member
Author
|
Ok, we will deal with that one separately |
|
🚀 PR was released in |
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.
prompted by #6841 (comment) . Still don't know why it got
0+unknownversion, let's see if repeats here