Skip to content

Commit

Permalink
Disable pytest warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorodskyi committed Jan 29, 2024
1 parent 5fd7f8e commit 7b634bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pcw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Install dependencies
run: pip install -r requirements_test.txt
- name: Run tests and collect coverage
run: pytest --cov
run: pytest --cov --disable-warnings
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flake8:

.PHONY: test
test:
pytest --cov
pytest --cov --disable-warnings

.PHONY: codecov
codecov:
Expand Down

0 comments on commit 7b634bd

Please sign in to comment.