Skip to content

Commit

Permalink
pin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 29, 2020
1 parent 26a8846 commit 4841591
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ requires =
setuptools >= 30.3.0
pip >= 19.3.1
setuptools_scm
tox-pypi-filter >= 0.12
isolated_build = true

[testenv]

# The following option combined with the use of the tox-pypi-filter above allows
# project-wide pinning of dependencies, e.g. if new versions of pytest do not
# work correctly with pytest-astropy plugins. Most of the time the pinnings file
# should be empty.
pypi_filter = https://raw.githubusercontent.com/astropy/ci-helpers/master/pip_pinnings.txt

# Pass through the following environment variables which may be needed for the CI
passenv = HOME WINDIR LC_ALL LC_CTYPE CC CI TRAVIS

Expand Down

0 comments on commit 4841591

Please sign in to comment.