-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addressing problem testing against python 3.10 on Travis (skip more annex versions) #6842
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.
|
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) |
Ok, we will deal with that one separately |
🚀 PR was released in |
prompted by #6841 (comment) . Still don't know why it got
0+unknown
version, let's see if repeats here