diff --git a/packages/google-cloud-python-speech/nox.py b/packages/google-cloud-python-speech/nox.py index ee174668d021..b44e944c4d89 100644 --- a/packages/google-cloud-python-speech/nox.py +++ b/packages/google-cloud-python-speech/nox.py @@ -67,7 +67,7 @@ def system_tests(session, python_version): session.virtualenv_dirname = 'sys-' + python_version # Install all test dependencies, then install this package into the - # virutalenv's dist-packages. + # virtualenv's dist-packages. session.install('mock', 'pytest', *LOCAL_DEPS) session.install('../test_utils/', '../storage/') session.install('.')