mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
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:
@@ -49,7 +49,7 @@ aqt = "aqt.__main__:main"
|
|||||||
test = [
|
test = [
|
||||||
"pytest>=6.0",
|
"pytest>=6.0",
|
||||||
"pytest-pep8",
|
"pytest-pep8",
|
||||||
"pytest-remotedata",
|
"pytest-remotedata<0.4.0",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-socket",
|
"pytest-socket",
|
||||||
"pytest-leaks",
|
"pytest-leaks",
|
||||||
@@ -217,7 +217,7 @@ commands =
|
|||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
pytest-leaks
|
pytest-leaks
|
||||||
pytest-remotedata
|
pytest-remotedata<0.4.0
|
||||||
pytest-socket
|
pytest-socket
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user