Skip to content

Commit a24f898

Browse files
committed
Test w/ Django 3.2, upgrade pytest, prometheus client
1 parent 434a3ba commit a24f898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ django-redis>=4.12.1
22
black; python_version >= '3.6'
33
flake8
44
isort>=5.5.4,<6
5-
prometheus-client>=0.7
5+
prometheus-client>=0.9.0
66
pip-prometheus>=1.2.1
77
mysqlclient
88
psycopg2
9-
pytest>=6.1.1,<7
9+
pytest==6.2.3
1010
pytest-django
1111
python-memcached

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py36,py37,py38}-django{220,300,310}-{end2end,unittests},py38-lint
2+
envlist = {py36,py37,py38}-django{220,300,310,320}-{end2end,unittests},py38-lint
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)