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 3ac8505 commit d8f0225Copy full SHA for d8f0225
packages/google-cloud-firestore/nox.py
@@ -72,7 +72,7 @@ def system_tests(session, python_version):
72
session.virtualenv_dirname = 'sys-' + python_version
73
74
# Install all test dependencies, then install this package into the
75
- # virutalenv's dist-packages.
+ # virtualenv's dist-packages.
76
session.install('mock', 'pytest', *LOCAL_DEPS)
77
session.install(os.path.join('..', 'test_utils'))
78
session.install('.')
0 commit comments