Skip to content

Commit a4c170c

Browse files
authored
refactor: remove unnecessary import (#15)
1 parent 997a034 commit a4c170c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

β€Žtests/system/test_system.pyβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import unittest
2424
import uuid
2525

26-
import pytest
2726
import grpc
2827
from google.rpc import code_pb2
2928

@@ -387,8 +386,8 @@ def test_table_not_found(self):
387386
with self.assertRaises(exceptions.NotFound):
388387
temp_db.create()
389388

390-
@pytest.mark.skip(
391-
reason=(
389+
@unittest.skip(
390+
(
392391
"update_dataset_ddl() has a flaky timeout"
393392
"https://github.com/GoogleCloudPlatform/google-cloud-python/issues/"
394393
"5629"

0 commit comments

Comments
 (0)