Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 7d21641

Browse files
crwilcoxbusunkim96
authored andcommitted
fix: Use different versions of pytest for python 2 and python3 [(#2558)](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
1 parent 3db6134 commit 7d21641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
google-cloud-pubsub==1.0.0
22
google-cloud-containeranalysis==0.3.0
33
grafeas==0.1.0
4-
pytest==5.1.3
4+
pytest==5.3.0; python_version > "3.0"
5+
pytest==4.6.6; python_version < "3.0"
56
flaky==3.6.1
67
mock==3.0.5

0 commit comments

Comments
 (0)