Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 0862f04

Browse files
1 parent 12014e2 commit 0862f04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
6969

7070
- To test your changes, run unit tests with ``nox``::
7171

72+
$ nox -s unit-2.7
7273
$ nox -s unit-3.8
7374
$ ...
7475

@@ -143,15 +144,17 @@ Running System Tests
143144

144145
# Run all system tests
145146
$ nox -s system-3.8
147+
$ nox -s system-2.7
146148

147149
# Run a single system test
148150
$ nox -s system-3.8 -- -k <name of test>
149151

150152

151153
.. note::
152154

153-
System tests are only configured to run under Python 3.8.
154-
For expediency, we do not run them in older versions of Python 3.
155+
System tests are only configured to run under Python 2.7 and
156+
Python 3.8. For expediency, we do not run them in older versions
157+
of Python 3.
155158

156159
This alone will not run the tests. You'll need to change some local
157160
auth settings and change some configuration in your project to

0 commit comments

Comments
 (0)