Skip to content

Commit 5b1781a

Browse files
authored
Merge pull request #113 from ImagingDataCommons/remove_py37_py38
Remove EOL python versions from tests
2 parents b754ae3 + 26f451d commit 5b1781a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [
19-
"3.7",
20-
"3.8",
2119
"3.9",
2220
"3.10",
2321
"3.11",

tests/test_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def test_search_for_instances_in_series(file_client):
178178
for attr in STUDY_ATTRIBUTES:
179179
assert not hasattr(test_instance_pydicom, attr)
180180

181+
181182
def test_retrieve_study_metadata(file_client):
182183
instances = file_client.retrieve_study_metadata(
183184
'1.3.6.1.4.1.5962.1.1.0.0.0.1196530851.28319.0.1',

0 commit comments

Comments
 (0)