Skip to content

Commit 9443dec

Browse files
authored
Merge pull request #2409 from thaJeztah/update_pytest
Update pytest to v4.2.1, use xunit2 for Jenkins compatibility, and small config changes
2 parents 7090732 + 9ea3da3 commit 9443dec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[pytest]
22
addopts = --tb=short -rxs
3+
4+
junit_suite_name = docker-py
5+
junit_family = xunit2

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage==4.5.2
22
flake8==3.6.0
33
mock==1.0.1
4-
pytest==4.1.0
4+
pytest==4.2.1
55
pytest-cov==2.6.1
66
pytest-timeout==1.3.3

0 commit comments

Comments
 (0)