Skip to content
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

Remove bound on ibm_db. #269

Merged
merged 2 commits into from
Mar 11, 2025
Merged

Remove bound on ibm_db. #269

merged 2 commits into from
Mar 11, 2025

Conversation

kklein
Copy link
Collaborator

@kklein kklein commented Mar 11, 2025

We introduced a bound on ibm_db in #260 due to issues with recent versions of the package.

These issues have faded since conda-forge/ibm_db-feedstock#81.

Therefore this PR removes the upper bound on ibm_db again.

@kklein kklein added the ready label Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.54%. Comparing base (eda2227) to head (9022938).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files          18       18           
  Lines        2053     2053           
=======================================
  Hits         1900     1900           
  Misses        153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kklein kklein requested a review from SimonLangerQC March 11, 2025 11:45
@kklein kklein marked this pull request as ready for review March 11, 2025 11:45
pixi.toml Outdated
@@ -54,8 +54,7 @@ test = "pytest tests/integration --backend=postgres"
coverage = "pytest tests/integration --cov=datajudge --cov-report=xml --cov-append --backend=postgres"

[feature.db2.dependencies]
# Upper bounded due to https://github.com/ibmdb/python-ibmdb/issues/986
ibm_db = "<=3.2.4"
ibm_db = "*"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be better to scope the misbehaving version(s) out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right of course!
9022938

@kklein kklein merged commit 360adb9 into main Mar 11, 2025
57 checks passed
@kklein kklein deleted the rm_ibm_db_bound branch March 11, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants