We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6b7cd commit 004ecaeCopy full SHA for 004ecae
packages/google-cloud-logging/nox.py
@@ -64,7 +64,7 @@ def system_tests(session, python_version):
64
session.virtualenv_dirname = 'sys-' + python_version
65
66
# Install all test dependencies, then install this package into the
67
- # virutalenv's dist-packages.
+ # virtualenv's dist-packages.
68
session.install('mock', 'pytest', *LOCAL_DEPS)
69
session.install('../test_utils/', '../bigquery/', '../pubsub/',
70
'../storage/')
0 commit comments