summaryrefslogtreecommitdiff
path: root/_test/test_cyaml.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_cyaml.py')
-rw-r--r--_test/test_cyaml.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/_test/test_cyaml.py b/_test/test_cyaml.py
index 26f2683..81dc4a5 100644
--- a/_test/test_cyaml.py
+++ b/_test/test_cyaml.py
@@ -1,9 +1,11 @@
+# coding: utf-8
import platform
import pytest
+
@pytest.mark.skipif(platform.python_implementation() == 'Jython',
- reason="Jython throws RepresenterError")
+ reason="Jython throws RepresenterError")
def test_load_cyaml():
import ruamel.yaml
assert ruamel.yaml.__with_libyaml__