From ddca3e9ab8139518e611ff3f7dd7e84e399c1a0e Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 27 Jul 2021 14:21:40 -0400 Subject: [PATCH] At this point all integration tests are expected to pass on Python 3. --- src/allmydata/util/_python3.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/allmydata/util/_python3.py b/src/allmydata/util/_python3.py index 8025582f2..f65e0aaf9 100644 --- a/src/allmydata/util/_python3.py +++ b/src/allmydata/util/_python3.py @@ -17,21 +17,6 @@ if PY2: from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401 -PORTED_INTEGRATION_TESTS = [ - "integration.test_aaa_aardvark", - "integration.test_servers_of_happiness", - "integration.test_sftp", - "integration.test_streaming_logs", - "integration.test_tor", - "integration.test_web", -] - -PORTED_INTEGRATION_MODULES = [ - "integration", - "integration.conftest", - "integration.util", -] - # Keep these sorted alphabetically, to reduce merge conflicts: PORTED_MODULES = [ "allmydata",