Skip to content

FIX: Bypass vasp_xml test for Python 2.6 and earlier

username-removed-249965 requested to merge fix_vasp_xml_test into master

The xml.etree.ElementTree class from Python 2.6 and earlier is incompatible with later versions. read_vasp_xml relies on the newer functionality of this class, so we will disable the test for Python 2.6 and earlier.

Merge request reports