Skip to content

Commit

Permalink
ci(riot): run tests with pytest latest (#4846)
Browse files Browse the repository at this point in the history
## Description

Run ddtrace test suite with pytest latest

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
  • Loading branch information
mabdinur and brettlangdon committed Jan 19, 2023
1 parent 8de4c8e commit ea51750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotfile.py
Expand Up @@ -102,7 +102,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
venv = Venv(
pkgs={
"mock": latest,
"pytest": "<7.0.0",
"pytest": latest,
"pytest-mock": latest,
"coverage": latest,
"pytest-cov": latest,
Expand Down

0 comments on commit ea51750

Please sign in to comment.