Skip to content

Commit

Permalink
Remove test marks specific to Python 3.8
Browse files Browse the repository at this point in the history
khaeru committed Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7a6af21 commit ae42006
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sdmx/tests/test_testing.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import json
import sys

import pytest

from sdmx.testing.report import main


@pytest.mark.skipif(
sys.version_info.minor < 9,
reason="Uses dict() | other, not available in Python 3.8",
)
def test_report_main(tmp_path):
# Example input data
with open(tmp_path.joinpath("TEST.json"), "w") as f:

0 comments on commit ae42006

Please sign in to comment.