Skip to content

Commit 2995a76

Browse files
committed
config
1 parent d256c2b commit 2995a76

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,22 @@
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+
"celery": {
10+
"package": "celery",
11+
"deps": {
12+
"*": ["newrelic", "redis"],
13+
"py3.7": ["importlib-metadata<5.0"],
14+
},
15+
},
16+
"dramatiq": {
17+
"package": "dramatiq",
18+
},
19+
"huey": {
20+
"package": "huey",
21+
},
22+
"spark": {
23+
"package": "pyspark",
24+
"python": ">=3.8",
25+
},
26+
}

0 commit comments

Comments
 (0)