diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e4fb7ce3..8473162ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,15 +64,6 @@ jobs: with: file: ./coverage.xml name: ${{ matrix.os }} - test-unsupported-python-version: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-python@v2 - with: - python-version: '3.5' - - run: pip install tox - - run: tox -e py35 build-wheel: runs-on: ubuntu-latest env: diff --git a/mitmproxy/tools/_main.py b/mitmproxy/tools/main.py similarity index 100% rename from mitmproxy/tools/_main.py rename to mitmproxy/tools/main.py diff --git a/tox.ini b/tox.ini index 355042215..cf0bda285 100644 --- a/tox.ini +++ b/tox.ini @@ -14,14 +14,6 @@ commands = --full-cov=mitmproxy/ --full-cov=pathod/ \ {posargs} -[testenv:py35] -whitelist_externals = - bash -deps = - -rrequirements.txt -commands = - bash -c "mitmdump --version 2>&1 | grep 'mitmproxy requires Python 3.8'" - [testenv:flake8] deps = flake8==3.8.4 commands =