Skip to content

Commit ae42006

Browse files
committed
Remove test marks specific to Python 3.8
1 parent 7a6af21 commit ae42006

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sdmx/tests/test_testing.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
import json
2-
import sys
3-
4-
import pytest
52

63
from sdmx.testing.report import main
74

85

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

0 commit comments

Comments
 (0)