Skip to content

Commit 89cf1cd

Browse files
committed
TOX: Enable pydicom@master for dev test
1 parent 96abe5a commit 89cf1cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ deps =
9999
full,pre,dev: pillow >=8.1
100100
full,pre,dev: indexed_gzip >=1.4
101101
full,pre,dev: pyzstd >=0.14.3
102-
full,pre,dev: pydicom >=2.1
103-
# pydicom master seems to be breaking things
104-
# pre: pydicom @ git+https://github.com/pydicom/pydicom.git@main
102+
full,pre: pydicom >=2.1
103+
dev: pydicom @ git+https://github.com/pydicom/pydicom.git@main
105104

106105
commands =
107106
pytest --doctest-modules --doctest-plus \

0 commit comments

Comments
 (0)