Tox: Do not ignore "tests/extract" when running tests (#6377)

This commit is contained in:
Shubhank Saxena 2020-05-01 00:47:35 +05:30 коммит произвёл GitHub
Родитель 7a89ced0a9
Коммит 523536ae95
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ commands =
pre-commit run --all-files
sh -c "SITE_URL=https://treeherder.dev TREEHERDER_DEBUG=False ./manage.py check --deploy --fail-level WARNING"
# Exercising running tests outside of Docker
pytest tests/ --ignore=tests/selenium --ignore=tests/extract
pytest tests/ --ignore=tests/selenium
commands_post =
# This is to deal with running the containers with --detached
docker-compose down