Skip to content

Commit 05bb688

Browse files
committed
Changed action tests. There are problems with memphis on python version <=3.7
1 parent 2a2b9e9 commit 05bb688

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
strategy:
3535
matrix:
36-
py_version: ["3.7", "3.8", "3.9", "3.10"]
36+
py_version: ["3.8", "3.9", "3.10", "3.11"]
3737
os: [ubuntu-latest]
3838
runs-on: "${{ matrix.os }}"
3939
steps:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run docker-compose file
5454
run: docker compose -f docker-compose.yaml -p memphis up -d
5555
- name: Run pytest check
56-
run: poetry run pytest -vv --cov="taskiq_memphis" .
56+
run: poetry run pytest -vv -n auto --cov="taskiq_memphis" .
5757
- name: Generate report
5858
run: poetry run coverage xml
5959
- name: Upload coverage reports to Codecov with GitHub Action

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# taskiq-memphis
22

3-
This library provides you with memphis broker for taskiq.
3+
This library provides you with memphis broker for taskiq.
4+
**You need python version >=3.8**
45

56
### Usage:
67
```python

0 commit comments

Comments
 (0)