Skip to content

Commit 39e5551

Browse files
committed
Limit keyring in conda_dependencies as ci-helpers can't yet handle individual limits for appveyor [skip travis]
1 parent 762aba5 commit 39e5551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix
1111
# of 32 bit and 64 bit builds are needed, move this
1212
# to the matrix section.
13-
CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy"
13+
CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring=11 aplpy"
1414
PIP_DEPENDENCIES: "pyregion"
1515
CONDA_CHANNELS: "astropy"
1616
ASTROPY_USE_SYSTEM_PYTEST: 1
@@ -19,7 +19,6 @@ environment:
1919
- PYTHON_VERSION: "2.7"
2020
ASTROPY_VERSION: "LTS"
2121
NUMPY_VERSION: "1.13"
22-
KEYRING_VERSION: "<12"
2322

2423
- PYTHON_VERSION: "3.6"
2524
ASTROPY_VERSION: "stable"

0 commit comments

Comments
 (0)