mirror of https://github.com/docker/docker-py.git
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:
commit
9443decdf6
|
|
@ -1,2 +1,5 @@
|
|||
[pytest]
|
||||
addopts = --tb=short -rxs
|
||||
|
||||
junit_suite_name = docker-py
|
||||
junit_family = xunit2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
coverage==4.5.2
|
||||
flake8==3.6.0
|
||||
mock==1.0.1
|
||||
pytest==4.1.0
|
||||
pytest==4.2.1
|
||||
pytest-cov==2.6.1
|
||||
pytest-timeout==1.3.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue