Skip to content

Commit fc0260f

Browse files
committed
remove system tests from prerelease_deps
1 parent 5e8ed9a commit fc0260f

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

packages/google-cloud-pubsub/noxfile.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -532,30 +532,3 @@ def prerelease_deps(session, protobuf_implementation):
532532
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
533533
},
534534
)
535-
536-
system_test_path = os.path.join("tests", "system.py")
537-
system_test_folder_path = os.path.join("tests", "system")
538-
539-
# Only run system tests if found.
540-
if os.path.exists(system_test_path):
541-
session.run(
542-
"py.test",
543-
"--verbose",
544-
f"--junitxml=system_{session.python}_sponge_log.xml",
545-
system_test_path,
546-
*session.posargs,
547-
env={
548-
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
549-
},
550-
)
551-
if os.path.exists(system_test_folder_path):
552-
session.run(
553-
"py.test",
554-
"--verbose",
555-
f"--junitxml=system_{session.python}_sponge_log.xml",
556-
system_test_folder_path,
557-
*session.posargs,
558-
env={
559-
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
560-
},
561-
)

0 commit comments

Comments
 (0)