commit 2e350cbd46abd7a2c3def9f313df2f5df6546989 from: Jelmer Vernooij date: Fri Jul 15 17:06:33 2022 UTC Explicitly install urllib3 now codecov no longer pulls it in. commit - 8abd1b1cfde72ff63fffed040ecad82d6ec96bbf commit + 2e350cbd46abd7a2c3def9f313df2f5df6546989 blob - 8087a164bedc1178256cdf82b9e6955e93a17833 blob + ad1513f0418e83669d46ac13ea3f08219fe2d139 --- .github/workflows/pythonpackage.yml +++ .github/workflows/pythonpackage.yml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -U pip coverage flake8 fastimport paramiko + pip install -U pip coverage flake8 fastimport paramiko urllib3 - name: Install gpg on supported platforms run: pip install -U gpg if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"