This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 13
13
- PLAT=aarch64
14
14
- NP_BUILD_DEP="numpy==1.17.3"
15
15
- NP_TEST_DEP="numpy==1.17.3"
16
- - CYTHON_BUILD_DEP="cython==0.29.30 "
16
+ - CYTHON_BUILD_DEP="cython==0.29.32 "
17
17
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
18
- - TEST_DEPENDS="pytest pytest-xdist hypothesis"
18
+ - TEST_DEPENDS="pytest pytest-xdist hypothesis==6.52.1 "
19
19
- TEST_DIR="tmp_for_test"
20
20
- MB_ML_VER=2014
21
21
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
BUILD_COMMIT : " 1.4.x"
13
13
PLAT : " x86_64"
14
14
NP_BUILD_DEP : " numpy==1.17.3"
15
- CYTHON_BUILD_DEP : " cython==0.29.30 "
15
+ CYTHON_BUILD_DEP : " cython==0.29.32 "
16
16
NIGHTLY_BUILD_COMMIT : " main"
17
17
NIGHTLY_BUILD : " false"
18
- TEST_DEPENDS : " pytest pytest-xdist hypothesis"
18
+ TEST_DEPENDS : " pytest pytest-xdist hypothesis==6.52.1 "
19
19
TEST_DIR : " tmp_for_test"
20
20
strategy :
21
21
matrix :
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ jobs:
10
10
variables :
11
11
BUILD_COMMIT : " 1.4.x"
12
12
NP_BUILD_DEP : " 1.17.3"
13
- CYTHON_BUILD_DEP : " 0.29.30 "
13
+ CYTHON_BUILD_DEP : " 0.29.32 "
14
14
NIGHTLY_BUILD_COMMIT : " main"
15
15
NIGHTLY_BUILD : " false"
16
16
PYTHON_ARCH : " x64"
17
- # https://github.com/pandas-dev/pandas/issues/47332
18
- TEST_DEPENDS : " pytest pytest-xdist hypothesis tzdata"
17
+ TEST_DEPENDS : " pytest pytest-xdist hypothesis==6.52.1"
19
18
TEST_DIR : ' $(Agent.WorkFolder)/tmp_for_test'
20
19
strategy :
21
20
matrix :
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ function run_tests {
36
36
echo $PATH
37
37
echo ${MB_PYTHON_VERSION}
38
38
which -a python
39
- # Pin setuptools < 60
40
- pip install " setuptools<60"
41
39
pip list
42
40
python -c ' import pandas; pandas.show_versions()'
43
41
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
You can’t perform that action at this time.
0 commit comments