Skip to content

Commit dd06e73

Browse files
committed
enable ci visibility and unpin pytest
1 parent ee03804 commit dd06e73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
ddtrace = 1

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)