We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bb019 commit c2de7daCopy full SHA for c2de7da
1 file changed
Makefile
@@ -7,7 +7,7 @@ clean:
7
rm -rf htmlcov .coverage
8
9
test:
10
- pytest tests/ -v --tb=short -m "not verifier"
+ pytest tests/ -W ignore::DeprecationWarning -v --tb=short -m "not verifier"
11
12
test-cov:
13
pytest tests/ -v --tb=short -m "not verifier" \
0 commit comments