1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

🧹 Tests: Reduce useless warning messages a bit

This commit is contained in:
Gerber, Mike 2019-12-05 11:23:20 +01:00
parent 103b1d7671
commit 71a0a32ebf

View file

@ -1,6 +1,7 @@
PIP_INSTALL = pip3 install
GIT_CLONE = git clone
PYTHON = python3
PYTEST_ARGS = -W 'ignore::DeprecationWarning' -W 'ignore::FutureWarning'
# BEGIN-EVAL makefile-parser --make-help Makefile