@@ -60,8 +60,8 @@ def unit(session):
60
60
"pyfakefs" ,
61
61
"grpcio-status" ,
62
62
"proto-plus" ,
63
- "setuptools" , # TODO: Remove when not needed in __init__.py.j2
64
- "packaging" , # TODO: Remove when not needed in __init__.py.j2
63
+ # "setuptools", # TODO: Remove when not needed in __init__.py.j2
64
+ # "packaging", # TODO: Remove when not needed in __init__.py.j2
65
65
)
66
66
session .install ("-e" , "." )
67
67
session .run (
@@ -483,8 +483,8 @@ def run_showcase_unit_tests(session, fail_under=100, rest_async_io_enabled=False
483
483
"pytest-xdist" ,
484
484
"asyncmock; python_version < '3.8'" ,
485
485
"pytest-asyncio" ,
486
- "setuptools" , # TODO: Remove when not needed in __init__.py.j2
487
- "packaging" , # TODO: Remove when not needed in __init__.py.j2
486
+ # "setuptools", # TODO: Remove when not needed in __init__.py.j2
487
+ # "packaging", # TODO: Remove when not needed in __init__.py.j2
488
488
)
489
489
# Run the tests.
490
490
# NOTE: async rest is not supported against the minimum supported version of google-api-core.
@@ -599,8 +599,8 @@ def showcase_mypy(
599
599
"types-protobuf" ,
600
600
"types-requests" ,
601
601
"types-dataclasses" ,
602
- "setuptools" , # TODO: Remove when not needed in __init__.py.j2
603
- "packaging" , # TODO: Remove when not needed in __init__.py.j2
602
+ # "setuptools", # TODO: Remove when not needed in __init__.py.j2
603
+ # "packaging", # TODO: Remove when not needed in __init__.py.j2
604
604
)
605
605
606
606
with showcase_library (session , templates = templates , other_opts = other_opts ) as lib :
@@ -731,8 +731,8 @@ def mypy(session):
731
731
"types-PyYAML" ,
732
732
"types-dataclasses" ,
733
733
"click==8.1.3" ,
734
- "setuptools" , # TODO: Remove when not needed in __init__.py.j2
735
- "packaging" , # TODO: Remove when not needed in __init__.py.j2
734
+ # "setuptools", # TODO: Remove when not needed in __init__.py.j2
735
+ # "packaging", # TODO: Remove when not needed in __init__.py.j2
736
736
)
737
737
session .install ("." )
738
738
session .run ("mypy" , "-p" , "gapic" )
0 commit comments