Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Limit pytest-remotedata~=0.3.3

Co-authored-by: David Dalcino <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr and ddalcino committed Jan 15, 2023
1 parent bb408ea commit 7e453d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ aqt = "aqt.__main__:main"
test = [
"pytest>=6.0",
"pytest-pep8",
"pytest-remotedata",
"pytest-remotedata<0.4.0",
"pytest-cov",
"pytest-socket",
"pytest-leaks",
Expand Down Expand Up @@ -217,7 +217,7 @@ commands =
deps =
pytest
pytest-leaks
pytest-remotedata
pytest-remotedata<0.4.0
pytest-socket
pytest-cov
Expand Down

0 comments on commit 7e453d3

Please sign in to comment.