Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Sep 12, 2024
1 parent d8deadc commit 3808494
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ envlist =
py310-oldestdeps
codestyle
build_docs
requires =
tox-pypi-filter

[testenv]
pypi_filter = https://raw.githubusercontent.com/sunpy/sunpy/main/.test_package_pins.txt
Expand Down Expand Up @@ -80,10 +78,10 @@ commands =
--cov-report=xml \
--cov=drms \
--cov-config={toxinidir}/.coveragerc \
online: --timeout=120 \
online: --remote-data=any \
{toxinidir}/docs \
{posargs}
!online: {env:PYTEST_COMMAND} {posargs}
online: {env:PYTEST_COMMAND} --timeout=120 --remote-data=any {posargs}

[testenv:codestyle]
pypi_filter =
Expand Down

0 comments on commit 3808494

Please sign in to comment.