Skip to content

Commit d58051c

Browse files
committed
Lower bound msgpack
1 parent 41b6f87 commit d58051c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ domdf-python-tools[testing]>=2.0.1
77
html5lib>=1.1
88
importlib-metadata>=3.6.0
99
iniconfig!=1.1.0,>=1.0.1
10+
msgpack>=1.1.0; python_version >= "3.8"
1011
pytest>=6.0.0
1112
pytest-cov>=2.8.1
1213
pytest-randomly>=3.7.0

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ filterwarnings =
302302
deps =
303303
-r{toxinidir}/tests/requirements.txt
304304
-r{toxinidir}/requirements.txt
305-
msgpack==1.1.0
306305
commands =
307306
pip install sphinx==7.2.6
308307
pip install pygments>=2.7.4,<=2.13.0
@@ -313,7 +312,6 @@ commands =
313312
deps =
314313
-r{toxinidir}/tests/requirements.txt
315314
-r{toxinidir}/requirements.txt
316-
msgpack==1.1.0
317315
commands =
318316
pip install sphinx==7.3.7
319317
pip install pygments>=2.7.4,<=2.13.0
@@ -324,7 +322,6 @@ commands =
324322
deps =
325323
-r{toxinidir}/tests/requirements.txt
326324
-r{toxinidir}/requirements.txt
327-
msgpack==1.1.0
328325
commands =
329326
pip install sphinx==7.4.7
330327
pip install pygments>=2.7.4,<=2.13.0
@@ -335,7 +332,6 @@ commands =
335332
deps =
336333
-r{toxinidir}/tests/requirements.txt
337334
-r{toxinidir}/requirements.txt
338-
msgpack==1.1.0
339335
commands =
340336
pip install sphinx==8.0.2
341337
pip install pygments>=2.7.4,<=2.13.0
@@ -346,7 +342,6 @@ commands =
346342
deps =
347343
-r{toxinidir}/tests/requirements.txt
348344
-r{toxinidir}/requirements.txt
349-
msgpack==1.1.0
350345
commands =
351346
pip install sphinx==8.1.3
352347
pip install pygments>=2.7.4,<=2.13.0
@@ -357,7 +352,6 @@ commands =
357352
deps =
358353
-r{toxinidir}/tests/requirements.txt
359354
-r{toxinidir}/requirements.txt
360-
msgpack==1.1.0
361355
commands =
362356
pip install sphinx==8.2.1
363357
pip install pygments>=2.7.4,<=2.13.0

0 commit comments

Comments
 (0)