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

Commit 6349bb0

Browse files
authored
CI: Pin hypothesis (#190)
1 parent c7c113c commit 6349bb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- NP_TEST_DEP="numpy==1.17.3"
1616
- CYTHON_BUILD_DEP="cython==0.29.32"
1717
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
18-
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
18+
- TEST_DEPENDS="pytest pytest-xdist hypothesis==6.52.1"
1919
- TEST_DIR="tmp_for_test"
2020
- MB_ML_VER=2014
2121
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
CYTHON_BUILD_DEP: "cython==0.29.32"
1616
NIGHTLY_BUILD_COMMIT: "main"
1717
NIGHTLY_BUILD: "false"
18-
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
18+
TEST_DEPENDS: "pytest pytest-xdist hypothesis==6.52.1"
1919
TEST_DIR: "tmp_for_test"
2020
strategy:
2121
matrix:

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
NIGHTLY_BUILD_COMMIT: "main"
1515
NIGHTLY_BUILD: "false"
1616
PYTHON_ARCH: "x64"
17-
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
17+
TEST_DEPENDS: "pytest pytest-xdist hypothesis==6.52.1"
1818
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
1919
strategy:
2020
matrix:

0 commit comments

Comments
 (0)