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

Commit b3ed55f

Browse files
author
Tom Augspurger
committed
simplify test_depends
1 parent 8268353 commit b3ed55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ before_install:
7373
- BUILD_DEPENDS="$NP_BUILD_DEP Cython"
7474
# binary-only for cryptogrpahy. See https://github.com/pandas-dev/pandas/issues/26589
7575
# Moto picks it up, and they don't distribute 32-bit wheels.
76-
- 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"
76+
- TEST_DEPENDS="$NP_TEST_DEP pytest>=4.0.2 pytest-xdist hypothesis"
7777
- source multibuild/common_utils.sh
7878
- source multibuild/travis_steps.sh
7979
- before_install

0 commit comments

Comments
 (0)