Roboproch commited on
Commit
a5bed66
·
1 Parent(s): 29f06bd

fix import 5 - creazione file pytest.ini

Browse files
Files changed (1) hide show
  1. pytest.ini +5 -0
pytest.ini ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # file per ignorare il warning che occorre durante la pipeline CI per qualcosa di deprecato nella libreria transformers di Hugging Face
2
+ # aggiro il warning con questo codice
3
+ [pytest]
4
+ filterwarnings =
5
+ ignore:Deprecated in 0.9.0. BPE.__init__ will not create from files anymore:DeprecationWarning