We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb9683d + 7fb5a9d commit 8300b26Copy full SHA for 8300b26
doc/en/example/simple.rst
@@ -1068,7 +1068,7 @@ your frozen program work as the pytest runner by some clever
1068
argument handling during program startup. This allows you to
1069
have a single executable, which is usually more convenient.
1070
Please note that the mechanism for plugin discovery used by pytest
1071
-(setupttools entry points) doesn't work with frozen executables so pytest
+(setuptools entry points) doesn't work with frozen executables so pytest
1072
can't find any third party plugins automatically. To include third party plugins
1073
like ``pytest-timeout`` they must be imported explicitly and passed on to pytest.main.
1074
0 commit comments