mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
Made GitHub actions display all warnings in Python tests.
This commit is contained in:
parent
c973d9ee82
commit
7a1fa20e9b
2
.github/workflows/python_matrix.yml
vendored
2
.github/workflows/python_matrix.yml
vendored
@ -49,4 +49,4 @@ jobs:
|
|||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip setuptools wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
4
.github/workflows/schedule_tests.yml
vendored
4
.github/workflows/schedule_tests.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip setuptools wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
|
||||||
pyc-only:
|
pyc-only:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
find $DJANGO_PACKAGE_ROOT -name '*.py' -print -delete
|
find $DJANGO_PACKAGE_ROOT -name '*.py' -print -delete
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt
|
- run: python -m pip install -r tests/requirements/py3.txt
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tests/runtests.py --verbosity=2
|
run: python -Wall tests/runtests.py --verbosity=2
|
||||||
|
|
||||||
pypy-sqlite:
|
pypy-sqlite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip setuptools wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
|
||||||
javascript-tests:
|
javascript-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user