Skip to content

Commit 925a283

Browse files
committed
Add missing pytest plugin and pypi classifier
1 parent 4c512ad commit 925a283

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifier =
1414
Framework :: Django
1515
Framework :: Django :: 2.2
1616
Framework :: Django :: 3.0
17+
Framework :: Django :: 3.1
1718
Environment :: Web Environment
1819
License :: OSI Approved :: BSD License
1920
Operating System :: OS Independent
@@ -52,8 +53,9 @@ setup_requires =
5253
pytest-runner
5354
tests_require =
5455
pytest
55-
pytest-django
5656
pytest-cov
57+
pytest-django
58+
pytest-env
5759
redis
5860

5961
[options.extras_require]

tests/testapp/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133

134134
DRAMATIQ_BROKER = {
135135
"BROKER": os.getenv("DRAMATIQ_BROKER", "dramatiq.brokers.redis.RedisBroker"),
136-
"OPTIONS": {"url": "redis:///1"},
137136
"MIDDLEWARE": [
138137
"dramatiq.middleware.Prometheus",
139138
"dramatiq.middleware.AgeLimit",

0 commit comments

Comments
 (0)