Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-mp committed Apr 25, 2024
1 parent 9be43b7 commit 8949cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
run: |
pytest \
-qq \
--timeout=9 \
--durations=10 \
-n auto \
--cov aio_intex_spa \
-o console_output_style=count \
-p no:sugar \
tests
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip>=21.0,<24.1
ruff==0.3.3
ruff==0.3.3
pytest==8.1.1

0 comments on commit 8949cbd

Please sign in to comment.