File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ Running System Tests
143143 $ nox -s system
144144
145145 # Run a single system test
146- $ nox -s system-3.10 -- -k <name of test>
146+ $ nox -s system-3.12 -- -k <name of test>
147147
148148
149149 .. note::
150150
151- System tests are only configured to run under Python 3.10 .
151+ System tests are only configured to run under Python 3.12 .
152152
153153 This alone will not run the tests. You'll need to change some local
154154 auth settings and change some configuration in your project to
Original file line number Diff line number Diff line change 5757UNIT_TEST_EXTRAS : List [str ] = []
5858UNIT_TEST_EXTRAS_BY_PYTHON : Dict [str , List [str ]] = {}
5959
60- SYSTEM_TEST_PYTHON_VERSIONS : List [str ] = ["3.10 " ]
60+ SYSTEM_TEST_PYTHON_VERSIONS : List [str ] = ["3.12 " ]
6161SYSTEM_TEST_STANDARD_DEPENDENCIES : List [str ] = [
6262 "mock" ,
6363 "pytest" ,
You can’t perform that action at this time.
0 commit comments