1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/setup.cfg
Cooper Lees c7cccaca95 - Change the pip outdated check to use PackageFinder to find current
PyPI versions
-- Replaces the always phone back to pypi.python.org JSON call
-- This allows us specify a local mirror to be use to query for updated
version and respects other set options
-- Update tests
-- Fix setup.py to include freezegun for tests
2017-03-23 10:24:09 -07:00

5 lines
99 B
INI

[tool:pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache
[bdist_wheel]
universal=1