MLOps_project / pytest.ini
Roboproch's picture
fix import 5 - creazione file pytest.ini
a5bed66
raw
history blame contribute delete
298 Bytes
# file per ignorare il warning che occorre durante la pipeline CI per qualcosa di deprecato nella libreria transformers di Hugging Face
# aggiro il warning con questo codice
[pytest]
filterwarnings =
ignore:Deprecated in 0.9.0. BPE.__init__ will not create from files anymore:DeprecationWarning