From 544b80322d5d914f1a4112ee436ad8e4050135b3 Mon Sep 17 00:00:00 2001 From: Daniel Imhoff Date: Thu, 12 Nov 2015 20:28:42 -0600 Subject: Issue #19 affects these tests as well --- tests/test_from_fixtures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_from_fixtures.py b/tests/test_from_fixtures.py index b5ad2c5..0ecc075 100644 --- a/tests/test_from_fixtures.py +++ b/tests/test_from_fixtures.py @@ -102,6 +102,8 @@ class TestSpecExamplesByRFCSection(FixtureMixin): class TestExtendedTests(FixtureMixin): examples = load_examples('extended-tests') + @pytest.mark.xfail(sys.version_info < (3, 0), + reason='See bug #19') def test_additional_examples_1(self): """Check Additional Examples 1.""" self._test('Additional Examples 1') -- cgit v1.2.3