Skip to content

Commit ea51750

Browse files
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 8de4c8e commit ea51750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotfile.py

Lines changed: 1 addition & 1 deletion
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)