diff --git a/noxfile.py b/noxfile.py index 7ed9c288..f4fe7524 100644 --- a/noxfile.py +++ b/noxfile.py @@ -459,6 +459,8 @@ def prerelease_deps(session, protobuf_implementation): session.run("python", "-c", "import grpc; print(grpc.__version__)") session.run("python", "-c", "import google.auth; print(google.auth.__version__)") + session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed", "--no-deps") + session.run( "py.test", "tests/unit",