Commit 407fd2d
committed
remote URL valdation dependance on oauthlib
- oauthlib can't properly verify some of the URL fragments we have in our
fixtures
- switch to a more relaxed URL validation: run it through urllib.parse and hope
to get the same URL out you put in
- switches to using the standard library instead of an external dependency1 parent 0437267 commit 407fd2dCopy full SHA for 407fd2d
3 files changed
+9-14Lines changed: 9 additions & 14 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | | - |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
|
Collapse file
+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | | - |
23 | | - |
| 22 | + |
24 | 23 | |
25 | | - |
26 | | - |
| 24 | + |
27 | 25 | |
28 | 26 | |
29 | 27 | |
| ||
49 | 47 | |
50 | 48 | |
51 | 49 | |
52 | | - |
| 50 | + |
53 | 51 | |
54 | 52 | |
55 | 53 | |
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
| 5 | + |
8 | 6 | |
9 | 7 | |
10 | 8 | |
11 | 9 | |
12 | | - |
13 | 10 | |
14 | | - |
| 11 | + |
0 commit comments