mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Remove suggestion to use detox
Detox is deprecated: https://github.com/tox-dev/detox
This commit is contained in:
parent
708a04d4a8
commit
2154cbb694
1 changed files with 2 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue