diff --git a/ci/azure-piplines.yml b/ci/azure-piplines.yml index 3160fb957b..f2f117e2b2 100644 --- a/ci/azure-piplines.yml +++ b/ci/azure-piplines.yml @@ -30,7 +30,7 @@ jobs: displayName: Environment Info - bash: | - pytest -n auto --pyargs hera_cal + pytest -n auto --pyargs hera_cal -W "ignore" -W "default:::pyuvdata" displayName: run hera_cal tests - job: hera_qm @@ -74,7 +74,7 @@ jobs: cd ../hera_qm pip install --no-deps . mkdir test-reports - python -m pytest hera_qm --junitxml=test-reports/xunit.xml + python -m pytest hera_qm --junitxml=test-reports/xunit.xml -W "ignore" -W "default:::pyuvdata" displayName: run hera_qm tests - job: pyradiosky