From f8a0ed4f182b3b50d16cf9b68124ed433311053d Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Wed, 26 Jun 2019 08:38:27 -0500 Subject: [PATCH 1/2] Bump deps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 329693d..b1567b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ before_install: - BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2" # binary-only for cryptogrpahy. See https://github.com/pandas-dev/pandas/issues/26589 # Moto picks it up, and they don't distribute 32-bit wheels. - - TEST_DEPENDS="$NP_TEST_DEP pytest==4.3.1 pytest-xdist==1.26.1 pytest-mock moto hypothesis wheel==0.31.1 cryptography --only-binary=cryptography" + - 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" - source multibuild/common_utils.sh - source multibuild/travis_steps.sh - before_install From 2c29fe4154adbf0322d3968f72c296bb5bcc0751 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 27 Jun 2019 10:46:35 -0500 Subject: [PATCH 2/2] trigger CI