From 14111d9341d182cb7f44b83b114b0e984954c844 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 14 Jan 2019 22:21:59 -0500 Subject: [PATCH] Need hypothesis 3.0.0? --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5ecc892..c14f66fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: # This is based on your 1.0 configuration file or project settings - run: pip install --upgrade setuptools - run: pip install -e . - - run: pip install pytest==3.2.5 hypothesis + - run: pip install pytest==3.2.5 hypothesis==3.0.0 # Save dependency cache - save_cache: key: v1-dep-{{ .Branch }}-{{ epoch }}