summaryrefslogtreecommitdiff
path: root/jsonschema/__init__.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-05-05 08:40:28 -0400
committerJulian Berman <Julian@GrayVines.com>2021-05-05 08:40:28 -0400
commit0ea12edea319580473bda7e26ef088ff3a0983c5 (patch)
treec0e0ccb8e6d796706d9f07af0c46fb4e3a9c5ecb /jsonschema/__init__.py
parentd9f63840609176f0b7328f2088c3b2a4016526cd (diff)
downloadjsonschema-0ea12edea319580473bda7e26ef088ff3a0983c5.tar.gz
Evade the pip safety warning.
Regardless of the version of pip on the host Python, the embedded pip version (for the current versions of CPython) is vulnerable, so safety was complaining about the resulting virtual environmnets created by tox. See e.g. https://github.com/Julian/jsonschema/runs/2504226692?check_suite_focus=true This fix seems like the simplest, albeit still seems very fragile. tox does have a `download` config option, documented here: https://tox.readthedocs.io/en/latest/config.html#conf-download but it doesn't seem to have any effect, possibly because we use `skipsdist`.
Diffstat (limited to 'jsonschema/__init__.py')
0 files changed, 0 insertions, 0 deletions