-
Notifications
You must be signed in to change notification settings - Fork 17
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
ci: test for minimum version of dependencies #599
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 52 52
Lines 2337 2337
Branches 582 582
=========================================
Hits 2337 2337 ☔ View full report in Codecov by Sentry. |
took a a lot of binary search iterations until I identified all minimum dependencies, but this should be it. I added the explicit pyopenssl dependency (used by urllib), as there were at least two laptops during my tutorial in kaunas that had very outdated pyopenssl versions and therefore couldn't download any dataset. fixing the minimum version should resolve this problem from now on |
currently we do not test our minimum versions of dependencies. this lead to errors in the past, where users had old openssl packages installed.
this pr adds a test for our minimum supported versions.