From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:03:56 +0000 (+0000) Subject: README.unittests: fixup for parallelized `pytest` example (#12242) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0255bfcc6cfc15cb469c898b7b0ace0af042d07e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git README.unittests: fixup for parallelized `pytest` example (#12242) --- diff --git a/README.unittests.rst b/README.unittests.rst index 66118f0c3f..07b9350378 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -49,7 +49,7 @@ database options and test selection. A generic pytest run looks like:: - pytest - n4 + pytest -n4 Above, the full test suite will run against SQLite, using four processes. If the "-n" flag is not used, the pytest-xdist is skipped and the tests will