"libpq-dev=${pqver}" "libpq5=${pqver}"
- name: Install tox
- run: pip install tox
+ # https://github.com/tox-dev/tox/issues/2619
+ run: pip install "tox < 4"
- name: Run tests (Python implementation)
if: ${{ matrix.impl == 'python' }}
python-version: ${{ matrix.python }}
- name: Install tox
- run: pip install tox
+ run: pip install "tox < 4"
- name: Run tests (Python implementation)
if: ${{ matrix.impl == 'python' }}
python-version: ${{ matrix.python }}
- name: Install tox
- run: pip install tox wheel
+ run: pip install "tox < 4" wheel
- name: Run tests (Python implementation)
if: ${{ matrix.impl == 'python' }}
sudo apt-get -qq -y install "libpq-dev=${pqver}" "libpq5=${pqver}"
- name: Install tox
- run: pip install tox
+ run: pip install "tox < 4"
- name: Run tests (Python implementation)
if: ${{ matrix.impl == 'python' }}