From 5c1d904f57cac23371a6752a3c2af3323e3c00f9 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 10 Dec 2020 11:00:15 -0500 Subject: [PATCH] Skip test on Python 3 for now, since that is not going to work in short term. --- src/allmydata/test/test_system.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 9d4f0257f..2f4a503f4 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -1,9 +1,12 @@ from __future__ import print_function +from future.utils import PY3 + from past.builtins import unicode, chr as byteschr, long import os, re, sys, time, json from functools import partial +from unittest import skipIf from bs4 import BeautifulSoup @@ -2606,6 +2609,7 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase): return d + @skipIf(PY3, "Python 3 CLI support hasn't happened yet.") def test_filesystem_with_cli_in_subprocess(self): # We do this in a separate test so that test_filesystem doesn't skip if we can't run bin/tahoe.