8000 CI: avoid use of pytest for 32-bit Linux Azure job; remove xml coverage · numpy/numpy@6f7d768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f7d768

Browse files
committed
CI: avoid use of pytest for 32-bit Linux Azure job; remove xml coverage
1 parent c7dfd57 commit 6f7d768

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,8 @@ stages:
114114
python3 -m pip install -r test_requirements.txt && \
115115
echo CFLAGS \$CFLAGS && \
116116
python3 -m pip install -v . && \
117-
python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
118-
python3 -m pip install threadpoolctl && \
119-
python3 tools/openblas_support.py --check_version"
117+
python3 -m pytest --pyargs numpy"
120118
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
121-
- task: PublishTestResults@2
122-
condition: succeededOrFailed()
123-
inputs:
124-
testResultsFiles: '**/test-*.xml'
125-
failTaskOnFailedTests: true
126-
testRunTitle: 'Publish test results for Python 3.9-32 bit full Linux'
127119
128120
129121
- job: macOS

0 commit comments

Comments
 (0)
0