File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ isolated_build = true
11
11
12
12
[testenv]
13
13
14
- # The following option combined with the use of the tox-pypi-filter above allows
15
- # project-wide pinning of dependencies, e.g. if new versions of pytest do not
16
- # work correctly with pytest-astropy plugins. Most of the time the pinnings file
17
- # should be empty.
18
- pypi_filter = https://raw.githubusercontent.com/astropy/ci-helpers/main/pip_pinnings.txt
19
-
20
14
# Pass through the following environment variables which are needed for the CI
21
15
passenv = HOME WINDIR CI
22
16
@@ -31,10 +25,9 @@ setenv =
31
25
online: PYTEST_ARGS = --remote-data =any --reruns =1 --reruns-delay 10
32
26
33
27
deps =
34
- devdeps: git+https://github.com/astropy/astropy.git # egg=astropy
28
+ # Installation of nightly wheels happen below in the `commands` section for devdeps
35
29
devdeps: git+https://github.com/astropy/pyvo.git# egg=pyvo
36
30
37
- # TODO: Add more versions to oldestdeps.
38
31
# mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned.
39
32
40
33
oldestdeps: astropy ==4.0
@@ -50,6 +43,9 @@ extras =
50
43
51
44
52
45
commands =
46
+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
47
+ devdeps: pip install -U --pre -i https://pypi.anaconda.org/astropy/simple astropy
48
+
53
49
pip freeze
54
50
# FIXME: there are too many failures in the docs example gallery, ignore it for now
55
51
!cov: pytest --pyargs astroquery {toxinidir}/docs --ignore ={toxinidir}/docs/gallery* {env:PYTEST_ARGS} {posargs}
You can’t perform that action at this time.
0 commit comments