From 2154cbb6947a73f7dfdf5d38e8224087f6a002db Mon Sep 17 00:00:00 2001 From: Emil <65129819+emiham@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:31:37 +0100 Subject: [PATCH 1/2] Remove suggestion to use detox Detox is deprecated: https://github.com/tox-dev/detox --- CONTRIBUTING.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a12ea1d03..efdf58186 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -282,8 +282,8 @@ Running the Tests To run the tests for multiple Python versions, compile the docs, and check style, use `tox`_. Just type ``tox`` or use something like -``tox -e py27`` to test a specific configuration. `detox`_ makes this go -faster. +``tox -e py27`` to test a specific configuration. You can use the +``--parallel`` flag to make this go faster. You can disable a hand-selected set of "slow" tests by setting the environment variable SKIP_SLOW_TESTS before running them. @@ -359,7 +359,6 @@ others. See `unittest.mock`_ for more info. .. _Codecov: https://codecov.io/github/beetbox/beets .. _pytest-random: https://github.com/klrmn/pytest-random .. _tox: https://tox.readthedocs.io/en/latest/ -.. _detox: https://pypi.org/project/detox/ .. _pytest: https://docs.pytest.org/en/stable/ .. _Linux: https://github.com/beetbox/beets/actions .. _Windows: https://ci.appveyor.com/project/beetbox/beets/ From 2d52fddad8da671a0f99776e174649d23b87fac8 Mon Sep 17 00:00:00 2001 From: Emil <65129819+emiham@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:34:02 +0100 Subject: [PATCH 2/2] Remove trailing space --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index efdf58186..335a78d26 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -283,7 +283,7 @@ Running the Tests To run the tests for multiple Python versions, compile the docs, and check style, use `tox`_. Just type ``tox`` or use something like ``tox -e py27`` to test a specific configuration. You can use the -``--parallel`` flag to make this go faster. +``--parallel`` flag to make this go faster. You can disable a hand-selected set of "slow" tests by setting the environment variable SKIP_SLOW_TESTS before running them.