-
Notifications
You must be signed in to change notification settings - Fork 2
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
update rdflib-jsonld for py3-10 🐍⬆ #42
Conversation
Looks like the tests are failing because the "rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1. Please remove rdflib-jsonld from your project's dependencies." The tests are running on python3.7, so it looks like dependency woes. Can we update the test python to 3.10 and see if we can get those passing? |
The test suite uses nose, which is currently incompatible with python 3.10 xlcnd/isbnlib#95 |
Codecov Report
@@ Coverage Diff @@
## develop #42 +/- ##
============================================
- Coverage 84.21% 68.22% -16.00%
============================================
Files 95 56 -39
Lines 3941 1605 -2336
Branches 518 143 -375
============================================
- Hits 3319 1095 -2224
- Misses 412 505 +93
+ Partials 210 5 -205
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works fine on candig-dev.
Can you humour me with a little more detail? i.e. what tests did you run? I feel a little squeamish about merging this with failing CI without knowing more about the assertion that it is fine. |
I loaded this version on candig-dev and then checked the Of course, now that I've been (very reasonably) shamed about my lack of rigor in testing, I'm trying to ingest the synthetic dataset again on the server and noticed that I've missed an env var in docker-compose. I'll push that change to CanDIG/CanDIGv2#142. |
This is a release of the
candig/chord-metadata:v1.4.2
image built with python 3.10 and alpine 3.16. Please pull and test the image to verify that it works as expected. Testing can be done incandig-dev
before being promoted tocandig-prod
.