Skip to content

a very brittle but functioning e2e test #34

a very brittle but functioning e2e test

a very brittle but functioning e2e test #34

Triggered via push February 25, 2024 20:29
Status Failure
Total duration 24s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
build
Process completed with exit code 1.
Ruff (F401): src/session.py#L3
src/session.py:3:27: F401 `src.output` imported but unused
Ruff (F402): src/session.py#L22
src/session.py:22:13: F402 Import `email` from line 3 shadowed by loop variable
Ruff (F401): tests/end_to_end/system_test.py#L3
tests/end_to_end/system_test.py:3:8: F401 `imaplib` imported but unused
Ruff (F401): tests/end_to_end/system_test.py#L7
tests/end_to_end/system_test.py:7:53: F401 `src.output` imported but unused
Ruff (F401): tests/end_to_end/system_test.py#L7
tests/end_to_end/system_test.py:7:61: F401 `src.email` imported but unused
Ruff (F841): tests/end_to_end/system_test.py#L30
tests/end_to_end/system_test.py:30:9: F841 Local variable `senders` is assigned to but never used
Ruff (F811): tests/end_to_end/system_test.py#L33
tests/end_to_end/system_test.py:33:10: F811 Redefinition of unused `email` from line 7
Ruff (F401): tests/unit/email_test.py#L4
tests/unit/email_test.py:4:18: F401 `pandas` imported but unused
Ruff (F401): tests/unit/email_test.py#L6
tests/unit/email_test.py:6:30: F401 `src.email.EmailList` imported but unused
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.