Skip to content

Commit b082fd3

Browse files
authored
Tempararily disable external tests (#734)
Need to move these tests to NumPy 1.20 version
1 parent d1f4062 commit b082fd3

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

scripts/azure-pipelines.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -108,37 +108,37 @@ jobs:
108108
. ./0.env.sh
109109
pytest -s
110110
111-
- job: ubuntu2004_tests_external
112-
displayName: Ubuntu 20.04 External Tests
113-
pool:
114-
vmImage: 'ubuntu-20.04'
115-
strategy:
116-
matrix:
117-
Python37:
118-
python.version: '3.7'
119-
Python38:
120-
python.version: '3.8'
121-
Python39:
122-
python.version: '3.9'
123-
steps:
124-
- task: UsePythonVersion@0
125-
inputs:
126-
versionSpec: '$(python.version)'
127-
displayName: 'Use Python $(python.version)'
128-
- bash: |
129-
echo ========================= install OneAPI =================================
130-
./scripts/install_system_deps.sh
131-
132-
echo ========================= Conda ENV ======================================
133-
conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 conda-build cython pytest hypothesis
134-
. /usr/share/miniconda/etc/profile.d/conda.sh
135-
conda activate dpnp$(python.version)
136-
137-
echo ========================= build DPNP =====================================
138-
./0.build.sh
139-
echo ========================= run tests ======================================
140-
. ./0.env.sh
141-
python -m tests_external.numpy.runtests
111+
#- job: ubuntu2004_tests_external
112+
# displayName: Ubuntu 20.04 External Tests
113+
# pool:
114+
# vmImage: 'ubuntu-20.04'
115+
# strategy:
116+
# matrix:
117+
# Python37:
118+
# python.version: '3.7'
119+
# Python38:
120+
# python.version: '3.8'
121+
# Python39:
122+
# python.version: '3.9'
123+
# steps:
124+
# - task: UsePythonVersion@0
125+
# inputs:
126+
# versionSpec: '$(python.version)'
127+
# displayName: 'Use Python $(python.version)'
128+
# - bash: |
129+
# echo ========================= install OneAPI =================================
130+
# ./scripts/install_system_deps.sh
131+
#
132+
# echo ========================= Conda ENV ======================================
133+
# conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 conda-build cython pytest hypothesis
134+
# . /usr/share/miniconda/etc/profile.d/conda.sh
135+
# conda activate dpnp$(python.version)
136+
#
137+
# echo ========================= build DPNP =====================================
138+
# ./0.build.sh
139+
# echo ========================= run tests ======================================
140+
# . ./0.env.sh
141+
# python -m tests_external.numpy.runtests
142142

143143
# test python ./setup.py bdist_wheel command with no dpctl
144144
- job: bdist_wheel_dpnp_local_lin

0 commit comments

Comments
 (0)