Skip to content

Commit f35f4ae

Browse files
mabdinurbrettlangdon
authored andcommitted
ci(riot): run tests with pytest latest (#4846)
## Description Run ddtrace test suite with pytest latest Co-authored-by: Brett Langdon <[email protected]>
1 parent aa04eb5 commit f35f4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
102102
venv = Venv(
103103
pkgs={
104104
"mock": latest,
105-
"pytest": "<7.0.0",
105+
"pytest": latest,
106106
"pytest-mock": latest,
107107
"coverage": latest,
108108
"pytest-cov": latest,

0 commit comments

Comments
 (0)