We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d166b commit b795139Copy full SHA for b795139
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