From 73a3e82856047954103890c6e30e429051591473 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 13 May 2021 11:29:11 -0400 Subject: [PATCH] Don't run integration tests here either. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cb134ffd2..964403a40 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ python = 3.6: py36-coverage 3.7: py37-coverage 3.8: py38-coverage - 3.9: py39-coverage,typechecks,codechecks3,integration3 + 3.9: py39-coverage,typechecks,codechecks3 pypy-3.7: pypy3 [pytest]