diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96bff0e7..67f0f3c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,5 +28,5 @@ jobs: - name: Test shell: bash run: | - tox -e ${{ matrix.tox_env }} + tox -vv -e ${{ matrix.tox_env }} diff --git a/tox.ini b/tox.ini index 51ace839..1d1a395f 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,8 @@ isolated_build = true # The *-web environments test the latest versions of Django and Flask with the full test suite. For # older version of the web frameworks, just run the tests that are specific to them. envlist = py3{8,9,10,11,12}-{web,django3,flask2} +setenv = + APPMAP=false [testenv] allowlist_externals =