Removed unused acoustid dependency / logic

This commit is contained in:
Eliot Berriot 2019-01-11 13:50:42 +01:00
parent 14392ebb0c
commit fe03d08a8e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 2 additions and 92 deletions

View file

@ -391,7 +391,7 @@ This is regular pytest, so you can use any arguments/options that pytest usually
# Stop on first failure
docker-compose -f dev.yml run --rm api pytest -x
# Run a specific test file
docker-compose -f dev.yml run --rm api pytest tests/test_acoustid.py
docker-compose -f dev.yml run --rm api pytest tests/music/test_models.py
Writing tests
^^^^^^^^^^^^^