summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2021-02-08 11:12:55 -0600
committerGitHub <noreply@github.com>2021-02-08 11:12:55 -0600
commit67111020d9cfc5798bc85f3719b3015e3ff28692 (patch)
treece7668dffe36d5ebb84dc46bc3ce90cd6af9bba8 /.github/workflows
parent7d55357d1ed68984043ac8239c7b573ae370844c (diff)
downloadurllib3-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.yml4
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