Skip to content

Commit

Permalink
Adds updates including compute [(#2436)](#2436)
Browse files Browse the repository at this point in the history
* Adds updates including compute

* Python 2 compat pytest

* Fixing weird \r\n issue from GH merge

* Put asset tests back in

* Re-add pod operator test

* Hack parameter for k8s pod operator
  • Loading branch information
gguuss authored and busunkim96 committed Aug 7, 2020
1 parent 93dd480 commit 96f6ab1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions container_registry/container_analysis/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-pubsub == 0.42.1
google-cloud-containeranalysis == 0.1.0
grafeas == 0.1.0
pytest
flaky
mock
google-cloud-pubsub==1.0.0
google-cloud-containeranalysis==0.3.0
grafeas==0.1.0
pytest==5.1.3
flaky==3.6.1
mock==3.0.5

0 comments on commit 96f6ab1

Please sign in to comment.