Skip to content

build(deps): bump space-packet-parser from 4.2.0 to 5.0.1 #326

build(deps): bump space-packet-parser from 4.2.0 to 5.0.1

build(deps): bump space-packet-parser from 4.2.0 to 5.0.1 #326

GitHub Actions / Test Results (windows-latest) (3.12) failed Jan 1, 2025 in 0s

0 passed, 1 failed and 0 skipped

Tests failed

❌ test-results.xml

1 tests were completed in 7s with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 1❌ 7s

❌ pytest

❌ tests.test_main
	ImportError while importing test module 'D:\a\imap-pipeline-core\imap-pipeline-core\tests\test_main.py'.

Annotations

Check failure on line 0 in test-results.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (windows-latest) (3.12)

pytest ► tests.test_main

Failed test found in:
  test-results.xml
Error:
  ImportError while importing test module 'D:\a\imap-pipeline-core\imap-pipeline-core\tests\test_main.py'.
Raw output
ImportError while importing test module 'D:\a\imap-pipeline-core\imap-pipeline-core\tests\test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\hostedtoolcache\windows\Python\3.12.8\x64\Lib\importlib\__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests\test_main.py:13: in <module>
    from imap_mag.main import app
src\imap_mag\main.py:30: in <module>
    from . import DB, appConfig, appLogging, appUtils, imapProcessing
src\imap_mag\imapProcessing.py:9: in <module>
    from space_packet_parser import parser, xtcedef
E   ImportError: cannot import name 'parser' from 'space_packet_parser' (D:\a\imap-pipeline-core\imap-pipeline-core\.venv\Lib\site-packages\space_packet_parser\__init__.py)