Skip to content

[pre-commit.ci] pre-commit autoupdate #269

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #269

GitHub Actions / Test Results failed Oct 28, 2024 in 0s

2 errors in 2s

3 files   -  1  3 suites   - 1   2s ⏱️ -9s
2 tests  - 23  0 ✅  -  25  0 💤 ±0  0 ❌ ±0  2 🔥 +2 
6 runs   - 94  0 ✅  - 100  0 💤 ±0  0 ❌ ±0  6 🔥 +6 

Results for commit 3f95cf8. ± Comparison against earlier commit ec23774.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: src.tests.instrument_test

artifacts/pytest-results-3.10/test-results.xml [took 0s]
artifacts/pytest-results-3.11/test-results.xml [took 0s]
artifacts/pytest-results-3.12/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/QuMADA/QuMADA/src/tests/instrument_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
src/tests/instrument_test.py:25: in <module>
    from qcodes.tests.instrument_mocks import DummyInstrument
E   ModuleNotFoundError: No module named 'qcodes.tests'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: src.tests.mapping_test

artifacts/pytest-results-3.10/test-results.xml [took 0s]
artifacts/pytest-results-3.11/test-results.xml [took 0s]
artifacts/pytest-results-3.12/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/QuMADA/QuMADA/src/tests/mapping_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
src/tests/mapping_test.py:37: in <module>
    from qcodes.tests.instrument_mocks import DummyChannelInstrument, DummyInstrument
E   ModuleNotFoundError: No module named 'qcodes.tests'