We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f18fcf commit 08ad88cCopy full SHA for 08ad88c
packages/google-cloud-python-speech/nox.py
@@ -67,7 +67,7 @@ def system_tests(session, python_version):
67
session.virtualenv_dirname = 'sys-' + python_version
68
69
# Install all test dependencies, then install this package into the
70
- # virutalenv's dist-packages.
+ # virtualenv's dist-packages.
71
session.install('mock', 'pytest', *LOCAL_DEPS)
72
session.install('../test_utils/', '../storage/')
73
session.install('.')
0 commit comments