aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Imhoff <dwieeb@gmail.com>2015-11-12 20:28:42 -0600
committerDaniel Imhoff <dwieeb@gmail.com>2015-11-12 20:28:42 -0600
commit544b80322d5d914f1a4112ee436ad8e4050135b3 (patch)
treefc6a768135d2ed214f80588a359bc0af8711adfe
parent53347c380daafe49d9ab886c9b02a88d65928ee1 (diff)
downloaduritemplates-544b80322d5d914f1a4112ee436ad8e4050135b3.tar.gz
Issue #19 affects these tests as well
-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')