Skip to content

Commit 286b99a

Browse files
committed
build: removing the pytest task that got added by mistake
1 parent cd4bcec commit 286b99a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
filePath: 'environment_setup/install_requirements.sh'
1919
workingDirectory: 'environment_setup'
2020

21-
- script: |
21+
- script: |
2222
az login --service-principal -u $(sp_username) -p $(sp_password) --tenant $(sp_tenantid)
2323
2424
displayName: 'Login to Azure'
@@ -31,12 +31,6 @@ steps:
3131
- script: 'python code/testing/data_test.py data/diabetes.csv && python code/testing/data_test.py data/diabetes_bad_dist.csv && python code/testing/data_test.py data/diabetes_bad_schema.csv && python code/testing/data_test.py data/diabetes_missing_values.csv'
3232
displayName: 'Data Quality Check'
3333

34-
- script: |
35-
pip install pytest
36-
pip install pytest-cov
37-
pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
38-
displayName: 'Test with pytest'
39-
4034
- script: 'python aml_service/00-WorkSpace.py'
4135
displayName: 'Get or Create workspace copy'
4236

0 commit comments

Comments
 (0)