From 1b5caa87bbd134c8525dddfb1ec7db25b93a9954 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 12 Jan 2022 09:47:00 +0000 Subject: [PATCH] Remove unnecessary mock dependency Presumably left over from Python 2, since Python 3 added mock to the standard library. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index be4bd0aa0..c2f5ad8ee 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ envlist = deps = dj32: django~=3.2.9 dj40: django~=4.0.0 - sqlite: mock postgresql: psycopg2-binary postgis: psycopg2-binary mysql: mysqlclient