From 74032fe83134ee3fa43c74b0f19a5a1b4d413893 Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:43:15 +0530 Subject: [PATCH] Remove outdated instructions for running unit tests with tox --- CONTRIBUTING.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8360dd1..7e1ee09 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -160,15 +160,6 @@ Implement your changes to look for recurring communication patterns. -#. Please check that your changes don't break any unit tests with:: - - tox - - (after having installed |tox|_ with ``pip install tox`` or ``pipx``). - - You can also use |tox|_ to run several other pre-configured tasks in the - repository. Try ``tox -av`` to see a list of the available checks. - Submit your contribution ------------------------