Skip to content

Commit

Permalink
fix: Use different versions of pytest for python 2 and python3 [(#2558)…
Browse files Browse the repository at this point in the history
…](GoogleCloudPlatform/python-docs-samples#2558)

* fix: Use different versions of pytest for python 2 and python3

* fix: delete extra pytest dep

* fix: update pytest dependencies in requirements.txt
  • Loading branch information
crwilcox authored and busunkim96 committed Aug 7, 2020
1 parent 9f6ed54 commit f86f985
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
google-cloud-pubsub==1.0.0
google-cloud-containeranalysis==0.3.0
grafeas==0.1.0
pytest==5.1.3
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
flaky==3.6.1
mock==3.0.5

0 comments on commit f86f985

Please sign in to comment.