-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hotfixes #70
Hotfixes #70
Conversation
for more information, see https://pre-commit.ci
… character. I hate you, pre-commit!
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Not sure why the Unit Test fails. I had to add the undescore in front of _catch_interrupts as this was apparently changed in QCodes some time ago (could not find it in the changelog though), it works fine on all setups I use. Maybe a different Qcodes Version is used for the tests? |
The unit-tests say:
|
Conceptionally, such CI flows are always build with new environment setups. Your pytest environment is using qcodes >= 0.40, so always the newest published version:
|
@THuckemann: Could you check the files mentioned in my previous comment (#70 (comment)) wether they are working on your setup? |
They all work (after installing pytest and related modules). ImportError while importing test module '/home/runner/work/QuMADA/QuMADA/src/tests/mapping_test.py'. |
Ok, this didnt solve the problem, although the import related part disappeared from the log. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
+ Coverage 29.45% 29.53% +0.08%
==========================================
Files 35 35
Lines 3368 3372 +4
==========================================
+ Hits 992 996 +4
Misses 2376 2376 ☔ View full report in Codecov by Sentry. |
Ok, apparently this was really the issue. The pytest version is now fixed to 7.4.4, once the issue appearing with 8.0.0 is fixed we might want allow updates again. |
for more information, see https://pre-commit.ci
… try except again until we sorted it out.
for more information, see https://pre-commit.ci
The import issue still remains, but at least we can bypass it with the current try except block. I will commit the merge now as the hotfixes are required to make the current version work. |
Just some minor import related fixes to make everything work