Skip to content

Commit 97e568a

Browse files
chore: partial revert of #1297 (#1298)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2a39e82 commit 97e568a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/google-cloud-pubsub/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
]
5555
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
5656
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
57-
UNIT_TEST_DEPENDENCIES: List[str] = []
58-
UNIT_TEST_EXTRAS: List[str] = [
57+
UNIT_TEST_DEPENDENCIES: List[str] = [
5958
"flaky",
6059
]
60+
UNIT_TEST_EXTRAS: List[str] = []
6161
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6262

6363
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]

packages/google-cloud-pubsub/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
cov_level=100,
338338
versions=gcp.common.detect_versions(path="./google", default_first=True),
339339
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
340-
unit_test_extras=["flaky"],
340+
unit_test_dependencies=["flaky"],
341341
system_test_python_versions=["3.12"],
342342
system_test_external_dependencies=["psutil","flaky"],
343343
)

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"opentelemetry-sdk <= 1.22.0; python_version<='3.7'",
5151
"opentelemetry-sdk >= 1.27.0; python_version>='3.8'",
5252
]
53-
extras = {"libcst": "libcst >= 0.3.10,", "flaky": "flaky"}
53+
extras = {"libcst": "libcst >= 0.3.10"}
5454
url = "https://github.com/googleapis/python-pubsub"
5555

5656
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)