Commit 6cdfc12
authored
Mute setuptools warning (#1149)
We're not going to update the metadata of an LTS driver version. Instead we'll
just mute the warning. Using a sufficiently old version of setuptools is what
the user has to do in order to either get rid of the warning, or to keep the
install working in the future when the deprecation has been turned into a
removal.
Since we're not using a pyproject.toml on this LTS branch, we are unfortunately
not in control of the version of setuptools used to install the driver.1 parent f8f013c commit 6cdfc12
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
0 commit comments