Skip to content

Commit 97ff1b8

Browse files
committed
fix pre-release build
1 parent 2f30184 commit 97ff1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-api-core/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"unit",
3939
"unit_grpc_gcp",
4040
"unit_wo_grpc",
41-
"unit_w_prerelease_deps",
41+
"prerelease_deps",
4242
"unit_w_async_rest_extra",
4343
"cover",
4444
"pytype",
@@ -221,7 +221,7 @@ def unit(session):
221221

222222

223223
@nox.session(python=PYTHON_VERSIONS)
224-
def unit_w_prerelease_deps(session):
224+
def prerelease_deps(session):
225225
"""Run the unit test suite."""
226226
default(session, prerelease=True)
227227

0 commit comments

Comments
 (0)