Conversation
Signed-off-by: Martin Kunkel <git@martinkunkel.de>
Signed-off-by: Martin Kunkel <git@martinkunkel.de>
Copied from kuksa-common rev. e4c8af2 Signed-off-by: Martin Kunkel <git@martinkunkel.de>
Copied from kuksa-common rev. e4c8af2 Signed-off-by: Martin Kunkel <git@martinkunkel.de>
Signed-off-by: Martin Kunkel <git@martinkunkel.de>
pytest raises sync-test-depending-on-async-fixture which is deprecated in pytest 8, but is an error in pytest 9. Signed-off-by: Martin Kunkel <git@martinkunkel.de>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
==========================================
+ Coverage 63.81% 64.10% +0.28%
==========================================
Files 37 37
Lines 16799 16722 -77
==========================================
- Hits 10720 10719 -1
+ Misses 6079 6003 -76 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
hey @martinkunkel2 thanks for the contribution. Quick question just to check back: Whats the reason to use pytest less than version 9 is there some trouble with the newer versions? |
|
@lukasmittag reason for the pytest version pinning is this deprecation warning: without the version pinning, pytest 9 is used which fails. |
|
@lukasmittag : if possible, please also review eclipse-kuksa/kuksa-common#11. So that the certificates files in this repo and kuksa-common are in sync. |
|
@lukasmittag Thank you for merging eclipse-kuksa/kuksa-common#11. |
Fixed multiple issues that causes the CI failures on main:
Update of certificates in kuksa-common:
eclipse-kuksa/kuksa-common#11