From 1b2328f18b407fba2c3d854062b7472c993ef213 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 8 Jun 2020 12:14:02 -0700 Subject: [PATCH] Add comment about pyca's use of tools script (#8044) --- tools/pip_install_editable.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/pip_install_editable.py b/tools/pip_install_editable.py index 3f7c02ba9..abfe9f214 100755 --- a/tools/pip_install_editable.py +++ b/tools/pip_install_editable.py @@ -1,6 +1,11 @@ #!/usr/bin/env python # pip installs packages in editable mode using certbot-auto's requirements file # as constraints +# +# cryptography is currently using this script in their CI at +# https://github.com/pyca/cryptography/blob/a02fdd60d98273ca34427235c4ca96687a12b239/.travis/downstream.d/certbot.sh#L8-L9. +# We should try to remember to keep their repo updated if we make any changes +# to this script which may break things for them. from __future__ import absolute_import