File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ matrix:
51
51
env :
52
52
- MB_PYTHON_VERSION=3.5
53
53
- MB_PYTHON_OSX_VER=10.6 # no python.org 10.9 builds for 3.5
54
+ # WAR for setup_requires TLS issue with Python 3.5 on macOS
55
+ # see https://github.com/pandas-dev/pandas/issues/28954
56
+ - EXTRA_BUILD_DEP="setuptools_scm"
54
57
- os : osx
55
58
language : generic
56
59
env :
@@ -68,7 +71,7 @@ before_install:
68
71
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
69
72
- CONTAINER="wheels"; # pre-relesae
70
73
- BUILD_COMMIT=$BUILD_COMMIT;
71
- - BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
74
+ - BUILD_DEPENDS="$NP_BUILD_DEP $EXTRA_BUILD_DEP Cython==0.28.2"
72
75
# binary-only for cryptogrpahy. See https://github.com/pandas-dev/pandas/issues/26589
73
76
# Moto picks it up, and they don't distribute 32-bit wheels.
74
77
- TEST_DEPENDS="$NP_TEST_DEP pytest>=4.0.2 pytest-xdist pytest-mock moto hypothesis>=3.58 wheel==0.31.1 cryptography --only-binary=cryptography"
You can’t perform that action at this time.
0 commit comments