Skip to content

Commit c2de7da

Browse files
committed
Temporarily ignore deprecation warnings for vmlinux.py
1 parent d1bb019 commit c2de7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clean:
77
rm -rf htmlcov .coverage
88

99
test:
10-
pytest tests/ -v --tb=short -m "not verifier"
10+
pytest tests/ -W ignore::DeprecationWarning -v --tb=short -m "not verifier"
1111

1212
test-cov:
1313
pytest tests/ -v --tb=short -m "not verifier" \

0 commit comments

Comments
 (0)