From 51032351297b9bf7d783b7138ac0c142d8e38918 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 20 May 2017 10:09:02 -0700 Subject: time to remove commoncrypto, fare thee well (#3551) * time to remove commoncrypto, fare thee well * remove even more * update the changelog * remove more things * don't need this function * remove CAST5 CTR tests since that was only supported in commoncrypto * assert a thing --- docs/development/getting-started.rst | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/development') 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 ---------------------- -- cgit v1.2.3