ietf-tools / svgcheck

Check SVG against RFC schema
BSD 3-Clause "New" or "Revised" License
14 stars 13 forks source link

test skipped on everything but windows #4

Closed rjsparks closed 1 year ago

rjsparks commented 2 years ago

At https://github.com/ietf-tools/svgcheck/blob/main/svgcheck/test.py#L116 there is a strange skip:

    @unittest.skipIf(os.name != 'nt', "xi:include does not work correctly on Linux")

Please investigate and adapt the test to work cross-platform.

kesara commented 1 year ago

OBE. xinclude related manipulations have been removed from v0.7.0.