Merge pull request #2409 from thaJeztah/update_pytest

Update pytest to v4.2.1, use xunit2 for Jenkins compatibility, and small config changes
This commit is contained in:
Joffrey F 2019-08-27 00:13:28 -07:00 committed by GitHub
commit 9443decdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
[pytest] [pytest]
addopts = --tb=short -rxs addopts = --tb=short -rxs
junit_suite_name = docker-py
junit_family = xunit2

View File

@ -1,6 +1,6 @@
coverage==4.5.2 coverage==4.5.2
flake8==3.6.0 flake8==3.6.0
mock==1.0.1 mock==1.0.1
pytest==4.1.0 pytest==4.2.1
pytest-cov==2.6.1 pytest-cov==2.6.1
pytest-timeout==1.3.3 pytest-timeout==1.3.3