Upgrade infrahub-testcontainers to 1.7#793
Conversation
WalkthroughThis pull request updates the infrahub-testcontainers dependency version constraint in pyproject.toml from >=1.5.1 to >=1.7.3. Additionally, the xfail markers are removed from the test_profile_relationship_is_from_profile test method in both test_infrahub_client.py and test_infrahub_client_sync.py integration test files. This converts these tests from expected-to-fail status to regular test execution. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying infrahub-sdk-python with
|
| Latest commit: |
d3192fa
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5436bb56.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://gma-20260203-testcontainer-1.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #793 +/- ##
===========================================
- Coverage 80.36% 80.33% -0.04%
===========================================
Files 115 115
Lines 9865 9865
Branches 1504 1504
===========================================
- Hits 7928 7925 -3
- Misses 1415 1419 +4
+ Partials 522 521 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This change upgrade our testcontainers development dependency so we can run tests currently marked as XFAIL.
Summary by CodeRabbit
Chores
Tests