running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing pyaml.egg-info/PKG-INFO writing dependency_links to pyaml.egg-info/dependency_links.txt writing requirements to pyaml.egg-info/requires.txt writing top-level names to pyaml.egg-info/top_level.txt reading manifest file 'pyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyaml.egg-info/SOURCES.txt' running build_ext test_colons_in_strings (pyaml.tests.dump.DumpTests) ... ok test_dst (pyaml.tests.dump.DumpTests) ... ERROR test_dumps (pyaml.tests.dump.DumpTests) ... ok test_empty_strings (pyaml.tests.dump.DumpTests) ... ok test_encoding (pyaml.tests.dump.DumpTests) ... ok test_force_embed (pyaml.tests.dump.DumpTests) ... ok test_ids (pyaml.tests.dump.DumpTests) ... ERROR test_multiple_docs (pyaml.tests.dump.DumpTests) ... ok test_namedtuple (pyaml.tests.dump.DumpTests) ... ok test_ordereddict (pyaml.tests.dump.DumpTests) ... ok test_print (pyaml.tests.dump.DumpTests) ... ok test_print_args (pyaml.tests.dump.DumpTests) ... ok test_pyyaml_params (pyaml.tests.dump.DumpTests) ... ok test_ruamel_yaml (pyaml.tests.dump.DumpTests) ... ok test_simple (pyaml.tests.dump.DumpTests) ... ERROR test_single_dash_strings (pyaml.tests.dump.DumpTests) ... ok test_str_long (pyaml.tests.dump.DumpTests) ... ok test_str_multiline (pyaml.tests.dump.DumpTests) ... ok test_str_style_pick (pyaml.tests.dump.DumpTests) ... ok test_vspacing (pyaml.tests.dump.DumpTests) ... ok ====================================================================== ERROR: test_dst (pyaml.tests.dump.DumpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/tests/dump.py", line 261, in test_dst self.assertIs(pyaml.dump(data, buff), None) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 188, in dump yaml.dump_all( data, buff, Dumper=Dumper, File "/usr/lib/python3.10/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/usr/lib/python3.10/site-packages/yaml/representer.py", line 28, in represent self.serialize(node) File "/usr/lib/python3.10/site-packages/yaml/serializer.py", line 53, in serialize self.anchor_node(node) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 66, in anchor_node self.pyaml_transliterate( File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 53, in pyaml_transliterate from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode' ====================================================================== ERROR: test_ids (pyaml.tests.dump.DumpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/tests/dump.py", line 292, in test_ids b = pyaml.dump(data, unicode) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 188, in dump yaml.dump_all( data, buff, Dumper=Dumper, File "/usr/lib/python3.10/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/usr/lib/python3.10/site-packages/yaml/representer.py", line 28, in represent self.serialize(node) File "/usr/lib/python3.10/site-packages/yaml/serializer.py", line 53, in serialize self.anchor_node(node) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 66, in anchor_node self.pyaml_transliterate( File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 53, in pyaml_transliterate from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode' ====================================================================== ERROR: test_simple (pyaml.tests.dump.DumpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/tests/dump.py", line 267, in test_simple b = pyaml.dump(data, unicode) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 188, in dump yaml.dump_all( data, buff, Dumper=Dumper, File "/usr/lib/python3.10/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/usr/lib/python3.10/site-packages/yaml/representer.py", line 28, in represent self.serialize(node) File "/usr/lib/python3.10/site-packages/yaml/serializer.py", line 53, in serialize self.anchor_node(node) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 76, in anchor_node self.anchor_node(value, hint=hint+[key]) File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 66, in anchor_node self.pyaml_transliterate( File "/build/python-pyaml/src/pyaml-21.8.3/pyaml/__init__.py", line 53, in pyaml_transliterate from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode' ---------------------------------------------------------------------- Ran 20 tests in 0.711s FAILED (errors=3) Test failed: error: Test failed: ==> ERROR: A failure occurred in check().  Aborting...