From: Bob Halley Date: Sat, 20 Jun 2020 13:39:13 +0000 (-0700) Subject: try azure update again X-Git-Tag: v2.0.0rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0589a34c6325cc2bf989e0ed6c16cb38dfefcc2;p=thirdparty%2Fdnspython.git try azure update again --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7be3cec0..2ad0e086 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ jobs: displayName: 'Install dependencies' - script: | - pip install pytest pytest-azurepipelines + pip install pytest pytest-cov pytest-azurepipelines pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html displayName: 'pytest' @@ -65,7 +65,7 @@ jobs: displayName: 'Install dependencies' - script: | - pip install pytest pytest-azurepipelines + pip install pytest pytest-cov pytest-azurepipelines pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html displayName: 'pytest' diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..5b9d772c --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +# pytest.ini +[pytest] +junit_family=xunit1