File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The .rc file can also contain a section ``[testoptions]`` to pass options for th
76
76
test runner. The following options are currently supported:
77
77
78
78
"min_pyver": Minimal python version required to run the test
79
- "max_pyver": Maximum python version required to run the test
79
+ "max_pyver": Python version from which the test won't be run. If the last supported version is 3.9 this setting should be set to 3.10.
80
80
"min_pyver_end_position": Minimal python version required to check the end_line and end_column attributes of the message
81
81
"requires": Packages required to be installed locally to run the test
82
82
"except_implementations": List of python implementations on which the test should not run
You can’t perform that action at this time.
0 commit comments