diff options
| author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2021-02-08 11:12:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 11:12:55 -0600 |
| commit | 67111020d9cfc5798bc85f3719b3015e3ff28692 (patch) | |
| tree | ce7668dffe36d5ebb84dc46bc3ce90cd6af9bba8 /.github/workflows | |
| parent | 7d55357d1ed68984043ac8239c7b573ae370844c (diff) | |
| download | urllib3-67111020d9cfc5798bc85f3719b3015e3ff28692.tar.gz | |
Add defensive test cases for brotlipy
brotlipy shadows the 'brotli' module namespace and we previously used
brotlipy so to be defensive we should continue to test that 'brotlipy' works.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3cc7851..0ba084f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: os: ubuntu-latest experimental: false nox-session: unsupported_python2 + - python-version: 3.9 + os: ubuntu-latest + experimental: false + nox-session: test_brotlipy - python-version: 3.10-dev os: ubuntu-latest experimental: false |
