Skip to content

Commit 88745d7

Browse files
author
Shantanu Dhiman
committed
Changes:
1) Modified test_gcp.py file to skip tests python versions 2.7 & pypy for GCP integration unit test cases.
1 parent 9a3c3b9 commit 88745d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integrations/gcp/test_gcp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import os.path
1313
import os
1414

15+
pytest.importorskip("tempfile.TemporaryDirectory")
16+
1517

1618
FUNCTIONS_PRELUDE = """
1719
from unittest.mock import Mock

0 commit comments

Comments
 (0)