mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
test_runner.py: fix error in BinTahoe.test_version_no_noise introduced by last patch. refs #1235
This commit is contained in:
parent
d249589667
commit
10a5f23df9
@ -159,7 +159,7 @@ class BinTahoe(common_util.SignalMixin, unittest.TestCase, SkipMixin):
|
||||
self.failIfIn("DeprecationWarning", out, str(res))
|
||||
errlines = err.split("\n")
|
||||
self.failIf([True for line in errlines if (line != "" and "UserWarning: Unbuilt egg for setuptools" not in line
|
||||
and "from pkg_resources import load_entry_point" not in line)], errstr)
|
||||
and "from pkg_resources import load_entry_point" not in line)], str(res))
|
||||
if err != "":
|
||||
raise unittest.SkipTest("This test is known not to pass on Ubuntu Lucid; see #1235.")
|
||||
d.addCallback(_cb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user