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

CI: Pin hypothesis #190

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- NP_TEST_DEP="numpy==1.17.3"
- CYTHON_BUILD_DEP="cython==0.29.32"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
- TEST_DEPENDS="pytest pytest-xdist hypothesis==6.52.1"
- TEST_DIR="tmp_for_test"
- MB_ML_VER=2014
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
Expand Down
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
CYTHON_BUILD_DEP: "cython==0.29.32"
NIGHTLY_BUILD_COMMIT: "main"
NIGHTLY_BUILD: "false"
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
TEST_DEPENDS: "pytest pytest-xdist hypothesis==6.52.1"
TEST_DIR: "tmp_for_test"
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
NIGHTLY_BUILD_COMMIT: "main"
NIGHTLY_BUILD: "false"
PYTHON_ARCH: "x64"
TEST_DEPENDS: "pytest pytest-xdist hypothesis"
TEST_DEPENDS: "pytest pytest-xdist hypothesis==6.52.1"
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
strategy:
matrix:
Expand Down