Skip to content

Commit 6ffb89e

Browse files
committed
add packaging requirement to tests
1 parent 0008625 commit 6ffb89e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

riotfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
9595
"coverage": latest,
9696
"pytest-cov": latest,
9797
"opentracing": latest,
98+
"packaging": ">=14.0",
9899
"hypothesis": "<6.45.1",
99100
},
100101
env={

0 commit comments

Comments
 (0)