]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try azure update again
authorBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 13:39:13 +0000 (06:39 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 13:39:13 +0000 (06:39 -0700)
azure-pipelines.yml
pytest.ini [new file with mode: 0644]

index 7be3cec053e132bfc8152259cf5a048d05c75fb8..2ad0e08664edaec38d5e3a7c927a70090c814035 100644 (file)
@@ -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 (file)
index 0000000..5b9d772
--- /dev/null
@@ -0,0 +1,3 @@
+# pytest.ini
+[pytest]
+junit_family=xunit1