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 9139207 commit 283295dCopy full SHA for 283295d
scripts/populate_tox/config.py
@@ -5,4 +5,8 @@
5
#
6
# See scripts/populate_tox/README.md for more info on the format and examples.
7
8
-TEST_SUITE_CONFIG = {}
+TEST_SUITE_CONFIG = {
9
+ "huggingface_hub": {
10
+ "package": "huggingface_hub",
11
+ },
12
+}
0 commit comments