Remove old notes

The setup.py file is no longer maintained globally. Also the nodes
about the old pip's behavior is no longer true for recent versions.

Change-Id: I3629c6211c4453aecf80592d10a5e33c8c553f3b
This commit is contained in:
Takashi Kajinami 2024-01-08 23:47:08 +09:00
parent 277ec355dc
commit 8ca7ec4d3c
3 changed files with 0 additions and 7 deletions

View File

@ -1,3 +0,0 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(

View File

@ -1,6 +1,3 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
# Hacking already pins down pep8, pyflakes and flake8