Skip to content

Commit

Permalink
chore: update pytest version (#2703)
Browse files Browse the repository at this point in the history
* chore: update pytest version

* chore: specify junit family
  • Loading branch information
busunkim96 authored and leahecole committed Jan 9, 2020
1 parent d64a598 commit 8d17455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ addopts =
--no-success-flaky-report
--tb=native
norecursedirs = .git env lib .tox .nox
junit_family = xunit2
4 changes: 2 additions & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ funcsigs==1.0.2
mock==3.0.5
PyCrypto==2.6.1
pytest-cov==2.8.1
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
pytest==5.3.2; python_version > "3.0"
pytest==4.6.9; python_version < "3.0"
pyyaml==5.1.2
responses==0.10.6
WebTest==2.0.33
Expand Down

0 comments on commit 8d17455

Please sign in to comment.