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

Commit c82ec60

Browse files
TomAugspurgerjreback
authored andcommitted
binary only for cryptography (#49)
* binary only for cryptography * fixup
1 parent 98b85e2 commit c82ec60

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
@@ -82,7 +82,9 @@ before_install:
8282
- CONTAINER="wheels";
8383
- BUILD_COMMIT=$BUILD_COMMIT;
8484
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
85-
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
85+
# binary-only for cryptogrpahy. See https://github.com/pandas-dev/pandas/issues/26589
86+
# Moto picks it up, and they don't distribute 32-bit wheels.
87+
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1 cryptography --only-binary=cryptography"
8688
- source multibuild/common_utils.sh
8789
- source multibuild/travis_steps.sh
8890
- before_install

0 commit comments

Comments
 (0)