This repository was archived by the owner on Oct 27, 2025. It is now read-only.
Commit 0b99e5e
committed
Unpin pip version, change requests requirement
pip version was pinned to 20.2.4 but the commit log doesn't specify a
reason.
We recently had some issues with tox unable to install
dci-control-server from local copy with python 3.9.
Removing the pin allows the environment to install.
Update requests requirement to >=2.27 where JSONDecodeError has been
introduced. Newer pip version installs 2.22 required by
dci-control-server.
Change `requests.models.JSONDecodeError` to the correct
`requests.exceptions.JSONDecodeError`
Change-Id: I22164b5e98ac4ea371ae8922277912bc67531333
Depends-On: https://softwarefactory-project.io/r/c/dci-control-server/+/343241 parent 7ac8a92 commit 0b99e5e
4 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments