Skip to content

Commit a149e30

Browse files
authored
Disable DeprecationWarnings in test output (#181)
1 parent 3693cc9 commit a149e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test-with-coverage: coverage
3030
.PHONY: test
3131
test:
3232
@pipenv install --dev
33-
@pipenv run python -m pytest
33+
@pipenv run python -m pytest --disable-warnings
3434

3535

3636
.PHONY: typecheck

0 commit comments

Comments
 (0)