diff options
Diffstat (limited to 'docs/development/getting-started.rst')
-rw-r--r-- | docs/development/getting-started.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 29d01c31..66173d40 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -86,20 +86,6 @@ You may not have all the required Python versions installed, in which case you will see one or more ``InterpreterNotFound`` errors. -Explicit backend selection --------------------------- - -While testing you may want to run tests against a subset of the backends that -cryptography supports. Explicit backend selection can be done via the -``--backend`` flag. This flag should be passed to ``py.test`` with a comma -delimited list of backend names. - - -.. code-block:: console - - $ tox -- --backend=openssl - $ py.test --backend=openssl,commoncrypto - Building documentation ---------------------- |