Skip to content

Commit 52ea549

Browse files
authored
switch to regular flaky (#3330)
1 parent b235680 commit 52ea549

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

iap/iap_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
from gcp_devrel.testing.flaky import flaky
17+
from flaky import flaky
1818

1919
import make_iap_request
2020
import validate_jwt

iap/requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pytest==5.3.2
2-
gcp-devrel-py-tools==0.0.15
32
flaky==3.6.1

0 commit comments

Comments
 (0)