Skip to content

Commit

Permalink
enable ci visibility and unpin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Dec 30, 2022
1 parent ee03804 commit dd06e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
ddtrace = 1
2 changes: 1 addition & 1 deletion riotfile.py
Original file line number Diff line number Diff line change
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 dd06e73

Please sign in to comment.