[py-svn] pytest commit 3253d770b03c: remove imperative xfail, this test passes

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Nov 6 09:57:00 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1288768153 -3600
# Node ID 3253d770b03c29b46f2d5c96f46b00b01f882551
# Parent  9a0938131cfa4fb581bfbe872bff1625dfbad4d2
remove imperative xfail, this test passes

--- a/testing/plugin/test_terminal.py
+++ b/testing/plugin/test_terminal.py
@@ -424,7 +424,6 @@ class TestTerminalFunctional:
             "*test_verbose_reporting.py:10: test_gen*FAIL*",
         ])
         assert result.ret == 1
-        py.test.xfail("fix dist-testing")
         pytestconfig.pluginmanager.skipifmissing("xdist")
         result = testdir.runpytest(p1, '-v', '-n 1')
         result.stdout.fnmatch_lines([



More information about the pytest-commit mailing list