File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifier =
14
14
Framework :: Django
15
15
Framework :: Django :: 2.2
16
16
Framework :: Django :: 3.0
17
+ Framework :: Django :: 3.1
17
18
Environment :: Web Environment
18
19
License :: OSI Approved :: BSD License
19
20
Operating System :: OS Independent
@@ -52,8 +53,9 @@ setup_requires =
52
53
pytest-runner
53
54
tests_require =
54
55
pytest
55
- pytest-django
56
56
pytest-cov
57
+ pytest-django
58
+ pytest-env
57
59
redis
58
60
59
61
[options.extras_require]
Original file line number Diff line number Diff line change 133
133
134
134
DRAMATIQ_BROKER = {
135
135
"BROKER" : os .getenv ("DRAMATIQ_BROKER" , "dramatiq.brokers.redis.RedisBroker" ),
136
- "OPTIONS" : {"url" : "redis:///1" },
137
136
"MIDDLEWARE" : [
138
137
"dramatiq.middleware.Prometheus" ,
139
138
"dramatiq.middleware.AgeLimit" ,
You can’t perform that action at this time.
0 commit comments