Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork944
Commita2ba480
committed
Have
By setting the `PYTHONWARNINGS` environment variable to `error` ineach of the subprocess invocations.This is strictly stronger than passing `-Werror` for the `python`commands, because it automatically applies to subprocesses (unlessthey are created with a sanitized environment or otherwise with onein which `PYTHONWARNINGS` has been customized), and because itworks for `pip` automatically.Importantly, this will cause warnings internal to Pythonsubprocesses created by `pip` to be treated as errors. It shouldthus surface any warnings coming from the `setuptools` backend.test_installation
test that operations produce no warnings1 parent84632c7 commita2ba480
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
|
0 commit comments
Comments
(0)