Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Use different versions of pytest for python 2 and python3
  • Loading branch information
crwilcox authored Nov 19, 2019
commit 9b89234199a7ea0360e709e3a9705d58966991fe
2 changes: 2 additions & 0 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ mock==3.0.5
mysql-python==1.2.5; python_version < "3.0"
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.2.1
pyyaml==5.1.2
responses==0.10.6
Expand Down