From a308883b85128403ec313926bc47233623e82823 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 27 Feb 2023 16:31:12 +0100 Subject: [PATCH] Fixes from code reviews --- .github/workflows/test.yml | 20 +------------------- tox.ini | 1 - 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2395a757..7cea68a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy-3.9", "3.11"] + python-version: ["pypy-3.7", "3.11"] target: [ "src-layout", "adhoc-layout", @@ -150,24 +150,6 @@ jobs: python_arch: 'x64' tox_env: 'py311-pytest72-xdist320-coverage65' os: 'macos-latest' - - name: 'pypy37-pytest71-xdist250-coverage64 (ubuntu)' - python: 'pypy-3.7' - toxpython: 'pypy3.7' - python_arch: 'x64' - tox_env: 'pypy37-pytest71-xdist250-coverage64' - os: 'ubuntu-latest' - - name: 'pypy37-pytest71-xdist250-coverage64 (windows)' - python: 'pypy-3.7' - toxpython: 'pypy3.7' - python_arch: 'x64' - tox_env: 'pypy37-pytest71-xdist250-coverage64' - os: 'windows-latest' - - name: 'pypy37-pytest71-xdist250-coverage64 (macos)' - python: 'pypy-3.7' - toxpython: 'pypy3.7' - python_arch: 'x64' - tox_env: 'pypy37-pytest71-xdist250-coverage64' - os: 'macos-latest' - name: 'pypy38-pytest71-xdist250-coverage64 (ubuntu)' python: 'pypy-3.8' toxpython: 'pypy3.8' diff --git a/tox.ini b/tox.ini index 75c38ccf..d916de59 100644 --- a/tox.ini +++ b/tox.ini @@ -91,7 +91,6 @@ commands = [testenv:check] deps = check-manifest - colorama docutils flake8 isort