mirror of
https://github.com/django/django.git
synced 2025-11-18 19:01:40 +00:00
parent
1910115807
commit
42758f882d
6 changed files with 11 additions and 11 deletions
2
.github/workflows/postgis.yml
vendored
2
.github/workflows/postgis.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
PGPASSWORD=$POSTGRES_PASSWORD psql -U $POSTGRES_USER -d $POSTGRES_DB -h localhost -c "SELECT PostGIS_full_version();"
|
PGPASSWORD=$POSTGRES_PASSWORD psql -U $POSTGRES_USER -d $POSTGRES_DB -h localhost -c "SELECT PostGIS_full_version();"
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
||||||
- name: Create PostgreSQL settings file
|
- name: Create PostgreSQL settings file
|
||||||
run: mv ./.github/workflows/data/test_postgis.py.tpl ./tests/test_postgis.py
|
run: mv ./.github/workflows/data/test_postgis.py.tpl ./tests/test_postgis.py
|
||||||
|
|
|
||||||
2
.github/workflows/python_matrix.yml
vendored
2
.github/workflows/python_matrix.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 -Wall tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
|
|
||||||
10
.github/workflows/schedule_tests.yml
vendored
10
.github/workflows/schedule_tests.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 -Wall tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip wheel
|
||||||
- run: python -m pip install .
|
- run: python -m pip install .
|
||||||
- name: Prepare site-packages
|
- name: Prepare site-packages
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 Selenium tests
|
- name: Run Selenium tests
|
||||||
working-directory: ./tests/
|
working-directory: ./tests/
|
||||||
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
||||||
- name: Create PostgreSQL settings file
|
- name: Create PostgreSQL settings file
|
||||||
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
||||||
|
|
@ -173,7 +173,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
||||||
- name: Create PostgreSQL settings file
|
- name: Create PostgreSQL settings file
|
||||||
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
||||||
|
|
|
||||||
2
.github/workflows/screenshots.yml
vendored
2
.github/workflows/screenshots.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 Selenium tests with screenshots
|
- name: Run Selenium tests with screenshots
|
||||||
|
|
|
||||||
4
.github/workflows/selenium.yml
vendored
4
.github/workflows/selenium.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 Selenium tests
|
- name: Run Selenium tests
|
||||||
working-directory: ./tests/
|
working-directory: ./tests/
|
||||||
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Install libmemcached-dev for pylibmc
|
- name: Install libmemcached-dev for pylibmc
|
||||||
run: sudo apt-get install libmemcached-dev
|
run: sudo apt-get install libmemcached-dev
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -r tests/requirements/postgres.txt -e .
|
||||||
- name: Create PostgreSQL settings file
|
- name: Create PostgreSQL settings file
|
||||||
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
run: mv ./.github/workflows/data/test_postgres.py.tpl ./tests/test_postgres.py
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||||
- name: Install and upgrade packaging tools
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip 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 -Wall tests/runtests.py -v2
|
run: python -Wall tests/runtests.py -v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue