Skip to content

Commit

Permalink
Merge pull request #2409 from thaJeztah/update_pytest
Browse files Browse the repository at this point in the history
Update pytest to v4.2.1, use xunit2 for Jenkins compatibility, and small config changes
  • Loading branch information
shin- committed Aug 27, 2019
2 parents 7090732 + 9ea3da3 commit 9443dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[pytest]
addopts = --tb=short -rxs

junit_suite_name = docker-py
junit_family = xunit2
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9443dec

Please sign in to comment.