Skip to content

Commit ba69dc1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
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)