Skip to content

Commit 5c3c3f9

Browse files
committed
fix: github workflow update to pass CI
1 parent 1502065 commit 5c3c3f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pytest_unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
3131
- name: Run unit tests
3232
run: |
33+
export PYTHONPATH=src
3334
source ./venv/bin/activate
3435
pytest ./tests/unit -v

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration of Pytest
2-
import asyncio
32
import logging
43
from collections.abc import AsyncGenerator
54
from typing import Any

0 commit comments

Comments
 (0)