1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

17 commits

Author SHA1 Message Date
Paul Nasrat 35027f278b Fix pep8 CI build.
Tested locally:
=====================================================
================== Running pep8 =====================

Searching for pep8
Reading http://pypi.python.org/simple/pep8/
Reading http://github.com/cburroughs/pep8.py/tree/master
Reading http://github.com/jcrocholl/pep8
Best match: pep8 0.6.1
Processing pep8-0.6.1-py2.7.egg
pep8 0.6.1 is already the active version in easy-install.pth
Installing pep8 script to
/Users/pnasrat/Development/pip/pip_virtualenv/bin

Using
/Users/pnasrat/Development/pip/pip_virtualenv/lib/python2.7/site-packages/pep8-0.6.1-py2.7.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2012-01-30 06:26:12 +00:00
Carl Meyer 128f15cd99 Removed unused imports and trailing whitespace. 2011-12-12 02:02:14 -07:00
David Evans 68e18e593d Test for subtle config override bug
For certain combinations of config keys, configuration sources with
higher precedance fail to override lower precedance sources. For
example, setting the environment variable PIP_NO_INDEX will not
override a config file which sets 'no-index'.
2011-12-07 16:34:19 +00:00
Ian Bicking 41a3e2a1b6 Change pypi.appspot.com to b.pypi.python.org in the tests, as pypi.appspot.com is gone and the site owner was annoyed with all the testing requests ;) 2011-03-31 17:55:44 -05:00
Carl Meyer 12b77ae27a Cleanup - may cause some additional test failures. 2011-03-18 20:31:36 -04:00
Vinay Sajip 680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Hugo Lopes Tavares 4e6428c489 added bug fix for test_config.py - http://bugs.python.org/issue3210 2011-03-15 00:09:14 -03:00
Hugo Lopes Tavares ec76495f2c work around to always remove temp files/dirs the test function creates 2010-09-13 02:21:10 -03:00
Hugo Lopes Tavares 3635f17adf rearrenged whitespaces and blank lines to make pep8 checker happy 2010-08-19 10:39:50 -03:00
Jannis Leidel a25cbe637f Added test and docs to make sure multiple options set by a environment variables works. 2010-08-13 14:49:18 +02:00
Hugo Lopes Tavares ab3ea6ec51 removed unused vars and imports 2010-06-03 21:58:16 -03:00
Hugo Lopes Tavares d06c98dc6f merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
Carl Meyer c08009907b put current pip on sys.path for tests; fixes #98; thanks Dave Abrahams 2010-04-26 20:05:58 -04:00
Carl Meyer 90c027cf23 fix logfile with no dirname; fixes #90 2010-04-19 07:51:15 -04:00
Carl Meyer 4060b810c5 fix test names, remove old doctest files 2010-02-24 18:16:43 -05:00
Jakub Vysoky 0ac3f39eb8 test_freeze.txt into py
use textwrap.dedent for readability
2010-02-24 11:24:55 +01:00
Jakub Vysoky 56bf88b08e test_config.txt into py 2010-02-24 11:24:55 +01:00