You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Remove `slow_test` unittest marker
Removes the `slow_test` decorator and its supporting `SKIP_SLOW_TESTS`
env-var mechanism entirely. All previously "slow" test classes now run
unconditionally.
**Changes:**
- Deletes `slow_test()` helper from `beets/test/_common.py`
- Removes all `@_common.slow_test()` usages across test files
- Updates `CONTRIBUTING.rst` to drop the `SKIP_SLOW_TESTS` documentation
Just doing some plumbing removing some unused noise from tests.
0 commit comments