Skip to content

Commit 8d17455

Browse files
busunkim96leahecole
authored andcommitted
chore: update pytest version (#2703)
* chore: update pytest version * chore: specify junit family
1 parent d64a598 commit 8d17455

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ addopts =
44
--no-success-flaky-report
55
--tb=native
66
norecursedirs = .git env lib .tox .nox
7+
junit_family = xunit2

testing/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ funcsigs==1.0.2
55
mock==3.0.5
66
PyCrypto==2.6.1
77
pytest-cov==2.8.1
8-
pytest==5.3.0; python_version > "3.0"
9-
pytest==4.6.6; python_version < "3.0"
8+
pytest==5.3.2; python_version > "3.0"
9+
pytest==4.6.9; python_version < "3.0"
1010
pyyaml==5.1.2
1111
responses==0.10.6
1212
WebTest==2.0.33

0 commit comments

Comments
 (0)