File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
packages/google-cloud-pubsub Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff 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- )
You can’t perform that action at this time.
0 commit comments