Skip to content

Commit

Permalink
Reenable test xpassing under all systems/Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 19, 2022
1 parent 0a3e927 commit eb226fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ def scaler(self, request):
@pytest.mark.parametrize(
"format_version",
(
pytest.param(
FormatV01,
id="V01",
marks=pytest.mark.xfail(reason="issues with dimension_separator"),
),
pytest.param(FormatV01, id="V01"),
pytest.param(FormatV02, id="V02"),
pytest.param(FormatV03, id="V03"),
pytest.param(FormatV04, id="V04"),
Expand Down

0 comments on commit eb226fc

Please sign in to comment.