Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion iap/iap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Test script for Identity-Aware Proxy code samples."""

from gcp_devrel.testing.flaky import flaky
from flaky import flaky

import make_iap_request
import validate_jwt
Expand Down
1 change: 0 additions & 1 deletion iap/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pytest==5.3.2
gcp-devrel-py-tools==0.0.15
flaky==3.6.1