Skip to content

Commit e33bc63

Browse files
authored
Update documentation of max_pyver test option (#5411)
1 parent 4b8881c commit e33bc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development_guide/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The .rc file can also contain a section ``[testoptions]`` to pass options for th
7676
test runner. The following options are currently supported:
7777

7878
"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.
8080
"min_pyver_end_position": Minimal python version required to check the end_line and end_column attributes of the message
8181
"requires": Packages required to be installed locally to run the test
8282
"except_implementations": List of python implementations on which the test should not run

0 commit comments

Comments
 (0)