Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 1441ae1

Browse files
TomAugspurgerjreback
authored andcommitted
binary only for cryptography (#49)
* binary only for cryptography * fixup
1 parent a85ef56 commit 1441ae1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ before_install:
6565
- CONTAINER="pre-release";
6666
- BUILD_COMMIT=$BUILD_COMMIT;
6767
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
68-
- TEST_DEPENDS="$NP_TEST_DEP pytest==4.3.1 pytest-xdist==1.26.1 pytest-mock moto hypothesis wheel==0.31.1"
68+
# binary-only for cryptogrpahy. See https://github.com/pandas-dev/pandas/issues/26589
69+
# Moto picks it up, and they don't distribute 32-bit wheels.
70+
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1 cryptography --only-binary=cryptography"
6971
- source multibuild/common_utils.sh
7072
- source multibuild/travis_steps.sh
7173
- before_install

0 commit comments

Comments
 (0)