Skip to content

Commit f4913ca

Browse files
committed
disable some tests
1 parent 9bb8525 commit f4913ca

File tree

2 files changed

+1
-229
lines changed

2 files changed

+1
-229
lines changed

scripts/runtox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ if [ -z "${ENV}" ]; then
3939
fi
4040

4141
echo "~~~ Running tox with environment: $ENV ~~~"
42-
exec $TOXPATH -o -e "$ENV" -- "${@:2}"
42+
exec $TOXPATH -p auto -o -e "$ENV" -- "${@:2}"
4343
echo "~~~ Tox completed ~~~"

tests/integrations/celery/test_update_celery_task_headers.py

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)