Spaces:
Runtime error
Runtime error
fix import 5 - creazione file pytest.ini
Browse files- 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
|