We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44bc866 + 9f24a1a commit 6528e72Copy full SHA for 6528e72
.github/workflows/ci.yml
@@ -5,12 +5,12 @@ on:
5
push:
6
branches:
7
- master
8
- - v[0-9]+.[0-9]+.x
+ - v?[0-9]+.[0-9]+.x
9
- gha-*
10
pull_request:
11
12
13
14
15
jobs:
16
tests:
dev-requirements.txt
@@ -22,6 +22,7 @@ sphinx-rfcsection~=0.1.1
22
vcrpy @ git+https://github.com/sopel-irc/vcrpy@uncap-urllib3
23
# also have to use a version of urllib3 that doesn't use the `version_string`
24
# attr of the response object, because vcrpy won't support it until 7.x
25
+# reverting to mainline vcrpy is tracked in #2456
26
urllib3<2.3
27
# type check
28
# often breaks CI on master, so pin and update deliberately, on our own terms
0 commit comments