@@ -21,39 +21,39 @@ variables:
21
21
PATTERN : " not slow and not db and not network and not single_cpu"
22
22
PANDAS_CI : 1
23
23
24
- jobs :
25
- - template : ci/azure/posix.yml
26
- parameters :
27
- name : macOS
28
- vmImage : macOS-10.15
24
+ # jobs:
25
+ # - template: ci/azure/posix.yml
26
+ # parameters:
27
+ # name: macOS
28
+ # vmImage: macOS-10.15
29
29
30
- - template : ci/azure/windows.yml
31
- parameters :
32
- name : Windows
33
- vmImage : windows-2019
30
+ # - template: ci/azure/windows.yml
31
+ # parameters:
32
+ # name: Windows
33
+ # vmImage: windows-2019
34
34
35
- - job : py38_32bit
36
- pool :
37
- vmImage : ubuntu-18.04
35
+ # - job: py38_32bit
36
+ # pool:
37
+ # vmImage: ubuntu-18.04
38
38
39
- steps :
40
- # TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
41
- - script : |
42
- docker pull quay.io/pypa/manylinux2014_i686
43
- docker run -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
44
- /bin/bash -xc "cd pandas && \
45
- /opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
46
- . ~/virtualenvs/pandas-dev/bin/activate && \
47
- python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
48
- pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \
49
- python setup.py build_ext -q -j2 && \
50
- python -m pip install --no-build-isolation -e . && \
51
- pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
52
- displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
39
+ # steps:
40
+ # # TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
41
+ # - script: |
42
+ # docker pull quay.io/pypa/manylinux2014_i686
43
+ # docker run -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
44
+ # /bin/bash -xc "cd pandas && \
45
+ # /opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
46
+ # . ~/virtualenvs/pandas-dev/bin/activate && \
47
+ # python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
48
+ # pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \
49
+ # python setup.py build_ext -q -j2 && \
50
+ # python -m pip install --no-build-isolation -e . && \
51
+ # pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
52
+ # displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
53
53
54
- - task : PublishTestResults@2
55
- condition : succeededOrFailed()
56
- inputs :
57
- testResultsFiles : ' **/test-*.xml'
58
- failTaskOnFailedTests : true
59
- testRunTitle : ' Publish test results for Python 3.8-32 bit full Linux'
54
+ # - task: PublishTestResults@2
55
+ # condition: succeededOrFailed()
56
+ # inputs:
57
+ # testResultsFiles: '**/test-*.xml'
58
+ # failTaskOnFailedTests: true
59
+ # testRunTitle: 'Publish test results for Python 3.8-32 bit full Linux'
0 commit comments