Skip to content

Commit 290acfa

Browse files
committed
config
1 parent e3f9e3a commit 290acfa

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,20 @@
55
#
66
# See scripts/populate_tox/README.md for more info on the format and examples.
77

8-
TEST_SUITE_CONFIG = {}
8+
TEST_SUITE_CONFIG = {
9+
"clickhouse_driver": {
10+
"package": "clickhouse-driver",
11+
},
12+
"pymongo": {
13+
"package": "pymongo",
14+
"deps": {
15+
"*": ["mockupdb"],
16+
},
17+
},
18+
"redis_py_cluster_legacy": {
19+
"package": "redis-py-cluster",
20+
},
21+
"sqlalchemy": {
22+
"package": "sqlalchemy",
23+
},
24+
}

0 commit comments

Comments
 (0)