@@ -81,30 +81,30 @@ jobs:
8181 name : html-report
8282 path : htmlcov
8383
84- unit-tests-future-versions :
85- # Runs for all Django/Python versions which are not yet supported
86- runs-on : ubuntu-22.04
87- strategy :
88- fail-fast : false
89- matrix :
90- python-version : ['3.11', '3.12']
91- django-version : [
92- ' https://github.com/django/django/archive/main.tar.gz'
93- ]
94-
95- steps :
96- - uses : actions/checkout@v3
97- - name : Set up Python ${{ matrix.python-version }}
98- uses : actions/setup-python@v5
99- with :
100- allow-prereleases : true
101- cache : pip
102- cache-dependency-path : ' requirements/*.txt'
103- python-version : ${{ matrix.python-version }}
104- - name : Install dependencies
105- run : |
106- python -m pip install --upgrade pip setuptools wheel
107- python -m pip install --upgrade 'tox>=4.0.0rc3'
108-
109- - name : Run tox targets for ${{ matrix.python-version }}
110- run : tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
84+ # unit-tests-future-versions:
85+ # # Runs for all Django/Python versions which are not yet supported
86+ # runs-on: ubuntu-22.04
87+ # strategy:
88+ # fail-fast: false
89+ # matrix:
90+ # python-version: ['3.11', '3.12']
91+ # django-version: [
92+ # 'https://github.com/django/django/archive/main.tar.gz'
93+ # ]
94+
95+ # steps:
96+ # - uses: actions/checkout@v3
97+ # - name: Set up Python ${{ matrix.python-version }}
98+ # uses: actions/setup-python@v5
99+ # with:
100+ # allow-prereleases: true
101+ # cache: pip
102+ # cache-dependency-path: 'requirements/*.txt'
103+ # python-version: ${{ matrix.python-version }}
104+ # - name: Install dependencies
105+ # run: |
106+ # python -m pip install --upgrade pip setuptools wheel
107+ # python -m pip install --upgrade 'tox>=4.0.0rc3'
108+
109+ # - name: Run tox targets for ${{ matrix.python-version }}
110+ # run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
0 commit comments