Skip to content

Commit c4195de

Browse files
brendanlundybusunkim96
authored andcommitted
Update commands from python 3.6 to python 3.7 since system tests can only be run in python 3.7. Still possible to run unit tests in 3.6, but updating that command to 3.7 as well to be consistent. (googleapis#8225)
1 parent 6db6b4e commit c4195de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
7070
- To test your changes, run unit tests with ``nox``::
7171

7272
$ nox -f datastore/noxfile.py -s unit-2.7
73-
$ nox -f datastore/noxfile.py -s unit-3.6
73+
$ nox -f datastore/noxfile.py -s unit-3.7
7474
$ ...
7575

7676
.. note::
@@ -85,7 +85,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
8585

8686
$ export GIT_ROOT=$(pwd)
8787
$ cd ${GIT_ROOT}/datastore/
88-
$ nox -s "unit(py='3.6')"
88+
$ nox -s "unit(py='3.7')"
8989

9090
.. nox: https://pypi.org/project/nox-automation/
9191
@@ -151,13 +151,13 @@ Running System Tests
151151

152152
- To run system tests for a given package, you can execute::
153153

154-
$ nox -f datastore/noxfile.py -s system-3.6
154+
$ nox -f datastore/noxfile.py -s system-3.7
155155
$ nox -f datastore/noxfile.py -s system-2.7
156156

157157
.. note::
158158

159159
System tests are only configured to run under Python 2.7 and
160-
Python 3.6. For expediency, we do not run them in older versions
160+
Python 3.7. For expediency, we do not run them in older versions
161161
of Python 3.
162162

163163
This alone will not run the tests. You'll need to change some local

0 commit comments

Comments
 (0)