Skip to content

Commit

Permalink
Merge pull request #634 from miurahr/topic/miurahr/tox-4-pass-env-no-…
Browse files Browse the repository at this point in the history
…separate-space

Update tox.ini config
  • Loading branch information
miurahr authored Jan 22, 2023
2 parents bc85880 + 7e453d3 commit b348f2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -177,9 +177,9 @@ isolated_build = True
[testenv]
passenv =
GITHUB_*
APPVEYOR APPVEYOR_*
TRAVIS TRAVIS_*
GITHUB*
APPVEYOR*
TRAVIS*
COVERALLS_*
PYTEST_ADDOPTS
extras = test, check, docs
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 b348f2b

Please sign in to comment.