Skip to content

Commit

Permalink
test: unpin responses (#11768)
Browse files Browse the repository at this point in the history
### Summary & Motivation
See what happens. I want to use the modern API.

### How I Tested These Changes
bk
  • Loading branch information
rexledesma committed Jan 18, 2023
1 parent 9f98587 commit d8d2581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _get_grpcio_requires():
"pytest-runner==5.2",
"pytest-xdist==2.1.0",
"pytest==7.0.1", # last version supporting python 3.6
"responses==0.10.*",
"responses",
"snapshottest==0.6.0",
"tox==3.25.0",
"yamllint",
Expand Down

0 comments on commit d8d2581

Please sign in to comment.