aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_from_fixtures.py2
1 files changed, 2 insertions, 0 deletions
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')