Skip to content

Commit 3213230

Browse files
fix: fix snowflake tests by pinning the responses package to v0.16.0 (#3124) (#3126)
(cherry picked from commit 20158fd) Co-authored-by: Munir Abdinur <[email protected]>
1 parent e8b1a95 commit 3213230

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
@@ -1394,7 +1394,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
13941394
name="snowflake",
13951395
command="pytest {cmdargs} tests/contrib/snowflake",
13961396
pkgs={
1397-
"responses": latest,
1397+
"responses": "~=0.16.0",
13981398
},
13991399
venvs=[
14001400
Venv(

0 commit comments

Comments
 (0)