summaryrefslogtreecommitdiff
path: root/test/test_z_data.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2014-11-23 16:39:23 +0100
committerAnthon van der Neut <anthon@mnt.org>2014-11-23 16:39:23 +0100
commit50d2b57039dff86dd090ef9a124861d15f380053 (patch)
treead999f79badab01c8a00825d4ca8c47c65c7d23f /test/test_z_data.py
parentd709fb8be80a54e793f7eb5a148cd1fa5103933c (diff)
downloadruamel.yaml-50d2b57039dff86dd090ef9a124861d15f380053.tar.gz
- add ext/_yaml.c etc to the source tree
- tests for yaml to work on 2.6/3.3/3.4
Diffstat (limited to 'test/test_z_data.py')
-rw-r--r--test/test_z_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_z_data.py b/test/test_z_data.py
index 19d454c..cd8c8f7 100644
--- a/test/test_z_data.py
+++ b/test/test_z_data.py
@@ -20,8 +20,8 @@ def test_data():
test_appliance.run(collections, args)
-@pytest.mark.skipif(not ruamel.yaml.__with_libyaml__,
- reason="no libyaml")
+#@pytest.mark.skipif(not ruamel.yaml.__with_libyaml__,
+# reason="no libyaml")
def test_data_ext():
collections = []
if ruamel.yaml.__with_libyaml__: