File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/google-cloud-datastore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def system_tests(session, python_version):
6868 session .virtualenv_dirname = 'sys-' + python_version
6969
7070 # Install all test dependencies, then install this package into the
71- # virutalenv 's dist-packages.
71+ # virtualenv 's dist-packages.
7272 session .install ('mock' , 'pytest' , * LOCAL_DEPS )
7373 session .install ('../test_utils/' )
7474 session .install ('.' )
@@ -92,7 +92,7 @@ def doctests(session):
9292 session .interpreter = 'python3.6'
9393
9494 # Install all test dependencies, then install this package into the
95- # virutalenv 's dist-packages.
95+ # virtualenv 's dist-packages.
9696 session .install ('mock' , 'pytest' , 'sphinx' , * LOCAL_DEPS )
9797 session .install ('../test_utils/' )
9898 session .install ('.' )
You can’t perform that action at this time.
0 commit comments