Skip to content

Commit

Permalink
test_complexvalidators is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 30, 2023
1 parent 2966dda commit fde6070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/validator/test_complexvalidators.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def test_json_validator(self):
self.assertTrue(validatejson(json_input, MODE.STRICT), 'STRICT validation')
json_input.stream.close()

@pytest.mark.xfail(reason="fails on python>=3.8")
def test_geojson_validator(self):
"""Test GeoJSON validator
"""
Expand Down

0 comments on commit fde6070

Please sign in to comment.