Skip to content

Commit

Permalink
Changed action tests. There are problems with memphis on python versi…
Browse files Browse the repository at this point in the history
…on <=3.7
  • Loading branch information
chandr-andr committed Apr 23, 2023
1 parent 2a2b9e9 commit 05bb688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: write
strategy:
matrix:
py_version: ["3.7", "3.8", "3.9", "3.10"]
py_version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
runs-on: "${{ matrix.os }}"
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Run docker-compose file
run: docker compose -f docker-compose.yaml -p memphis up -d
- name: Run pytest check
run: poetry run pytest -vv --cov="taskiq_memphis" .
run: poetry run pytest -vv -n auto --cov="taskiq_memphis" .
- name: Generate report
run: poetry run coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# taskiq-memphis

This library provides you with memphis broker for taskiq.
This library provides you with memphis broker for taskiq.
**You need python version >=3.8**

### Usage:
```python
Expand Down

0 comments on commit 05bb688

Please sign in to comment.