Removes outdated test command

This commit is contained in:
Mouse Reeve 2021-11-07 06:17:04 -08:00
parent 23549c7fdb
commit b2dea343af
2 changed files with 0 additions and 5 deletions

4
bw-dev
View file

@ -96,9 +96,6 @@ case "$CMD" in
restart_celery)
docker-compose restart celery_worker
;;
test)
runweb coverage run --source='.' --omit="*/test*,celerywyrm*,bookwyrm/migrations/*" manage.py test "$@"
;;
pytest)
execweb pytest --no-cov-on-fail "$@"
;;
@ -161,7 +158,6 @@ case "$CMD" in
echo " shell"
echo " dbshell"
echo " restart_celery"
echo " test [path]"
echo " pytest [path]"
echo " collectstatic"
echo " add_locale [locale]"

View file

@ -20,7 +20,6 @@ django-storages==1.11.1
# Dev
black==21.4b0
coverage==5.1
pytest-django==4.1.0
pytest==6.1.2
pytest-cov==2.10.1