mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
🧹 Tests: Reduce useless warning messages a bit
This commit is contained in:
parent
103b1d7671
commit
71a0a32ebf
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
||||||
PIP_INSTALL = pip3 install
|
PIP_INSTALL = pip3 install
|
||||||
GIT_CLONE = git clone
|
GIT_CLONE = git clone
|
||||||
PYTHON = python3
|
PYTHON = python3
|
||||||
|
PYTEST_ARGS = -W 'ignore::DeprecationWarning' -W 'ignore::FutureWarning'
|
||||||
|
|
||||||
# BEGIN-EVAL makefile-parser --make-help Makefile
|
# BEGIN-EVAL makefile-parser --make-help Makefile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue