We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cab892 commit 054e57aCopy full SHA for 054e57a
pyproject.toml
@@ -18,10 +18,9 @@ known-first-party = ["datasets"]
18
19
[tool.pytest.ini_options]
20
# Test fails if a FutureWarning is thrown by `huggingface_hub`
21
-# Temporarily disabled because transformers 4.41.1 calls deprecated code from `huggingface_hub` that causes FutureWarning
22
-# filterwarnings = [
23
-# "error::FutureWarning:huggingface_hub*",
24
-# ]
+filterwarnings = [
+ "error::FutureWarning:huggingface_hub*",
+]
25
markers = [
26
"unit: unit test",
27
"integration: integration test",
0 commit comments