mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
At this point all integration tests are expected to pass on Python 3.
This commit is contained in:
parent
dbd2e7f973
commit
ddca3e9ab8
@ -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
|
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:
|
# Keep these sorted alphabetically, to reduce merge conflicts:
|
||||||
PORTED_MODULES = [
|
PORTED_MODULES = [
|
||||||
"allmydata",
|
"allmydata",
|
||||||
|
Loading…
Reference in New Issue
Block a user