Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

e2e5abd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

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

build(deps): bump space-packet-parser from 4.2.0 to 5.0.1
e2e5abd
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results (windows-latest) (3.11) failed Jan 1, 2025 in 0s

0 passed, 1 failed and 0 skipped

Tests failed

❌ test-results.xml

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

Test suite Passed Failed Skipped Time
pytest 1❌ 5s

❌ 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.11)

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.11.9\x64\Lib\importlib\__init__.py:126: 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)