# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User holger krekel <hol...@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([ _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn