Update pyproject.toml

Limit pytest-remotedata~=0.3.3

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2023-01-09 20:54:47 +09:00
parent bb408ea10b
commit 7e453d3aef

View File

@@ -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",
@@ -217,7 +217,7 @@ commands =
deps =
pytest
pytest-leaks
pytest-remotedata
pytest-remotedata<0.4.0
pytest-socket
pytest-cov