From a0387bd16efbf7100dbeb05b9cfae23bd9ab016f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 14 Dec 2022 21:15:23 +0200 Subject: [PATCH] Update tox configuration --- .github/workflows/core.yml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7b51b8be..445e6e0e 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install "tox<4" + pip install tox - name: Python Lint if: ${{ matrix.python-version != '3.6' }} diff --git a/tox.ini b/tox.ini index c5cc66d3..4e7b543a 100644 --- a/tox.ini +++ b/tox.ini @@ -44,12 +44,12 @@ commands = [testenv:testcore] commands = {envpython} --version - py.test -v --basetemp="{envtmpdir}" -k "not skip_ci" tests --ignore tests/test_examples.py + py.test -v --basetemp={envtmpdir} -k "not skip_ci" tests --ignore tests/test_examples.py [testenv:testexamples] commands = {envpython} scripts/install_devplatforms.py - py.test -v --basetemp="{envtmpdir}" tests/test_examples.py + py.test -v --basetemp={envtmpdir} tests/test_examples.py [testenv:docs] deps =