diff --git a/noxfile.py b/noxfile.py index 00c2b4793..f19ac8a2b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -21,7 +21,7 @@ import nox -LOCAL_DEPS = (os.path.join("..", "api_core"), os.path.join("..", "core")) +LOCAL_DEPS = () @nox.session(python="3.7") def lint(session):