Skip to content

Commit 9551a7c

Browse files
authored
Remove unnecessary mock dependency (django-commons#1572)
Presumably left over from Python 2, since Python 3 added mock to the standard library.
1 parent f7004fe commit 9551a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ envlist =
99
deps =
1010
dj32: django~=3.2.9
1111
dj40: django~=4.0.0
12-
sqlite: mock
1312
postgresql: psycopg2-binary
1413
postgis: psycopg2-binary
1514
mysql: mysqlclient

0 commit comments

Comments
 (0)