Commit Graph

40 Commits

Author SHA1 Message Date
Chris Jerdonek 190ea6a3d4 Remove strict_optional=False for models/link.py. 2019-07-14 23:08:55 -07:00
Chris Jerdonek 2b58bcde31 Remove strict_optional=False for download.py. 2019-07-14 23:07:48 -07:00
Chris Jerdonek 252986e5c1 Remove strict_optional=False for utils/logging.py. 2019-07-14 23:07:48 -07:00
Chris Jerdonek 1a7f76fe1c Remove strict_optional=False for vcs/subversion.py. 2019-07-14 23:07:48 -07:00
Chris Jerdonek 957756ac36 Remove strict_optional=False for models/target_python.py. 2019-07-14 23:07:45 -07:00
Chris Jerdonek 250efe5fac Make the mypy strict_optional exemptions explicit. 2019-07-14 23:07:15 -07:00
Maxim Kurnikov 2d3cd4de86 merge latest master 2019-02-23 16:58:54 +03:00
Maxim Kurnikov 630961c892 ignore W504 2019-02-22 14:07:35 +03:00
Maxim Kurnikov 932fb539ef finish types for pip._internal.req, disallow untyped defs 2018-12-19 19:39:35 +03:00
Pradyun Gedam 4ddc705d20
Simplify linter configuration to be consistent 2018-06-25 17:03:42 +05:30
Pradyun Gedam 45f0456f93
flake8: Ignore files in .scratch 2018-06-14 23:44:01 +05:30
Pradyun Gedam 51327e9567
mypy does not check unused imports 2018-06-13 13:17:30 +05:30
Daniel Shaulov ff578b8d23 disable strict_optional mypy option (#5371) 2018-05-05 15:28:33 +05:30
Pradyun Gedam 353a13ddff
isort: Include trailing commas 2017-11-21 13:23:59 +05:30
Jon Dufresne 37f236de70 Include license file in the generated wheel package (#4790) 2017-10-20 13:40:34 +05:30
Benoit Pierre efe67da84a pytest: enable report (#4775)
easier to read, show xpassed tests and rerun failures.
2017-10-07 08:37:06 +05:30
Pradyun S. Gedam 11451c54ec Merge branch 'master' into mypy/infrastructure 2017-09-02 16:06:48 +05:30
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Pradyun S. Gedam ed9208efaf Improve mypy configuration 2017-07-17 22:34:33 +05:30
Pradyun S. Gedam 8087a27942 Move flake8 configuration into setup.cfg (#4594)
For consistency; All of this will move into pyproject.toml one day soon, hopefully.
2017-07-05 13:37:24 -04:00
Pradyun S. Gedam 44be0b072a isort: Have better configuration
Add pip._vendor as a third party package
Use the indentation style that the project uses
Add pip and tests as a known first party packages
Change default section to THIRDPARTY
2017-06-13 17:59:33 +05:30
Pradyun S. Gedam d4f91fdb5a isort: Ignore using setup.cfg 2017-06-13 17:59:33 +05:30
Alex Gaynor 3e527f2fbf Fixed some pytest warnings in the tests 2017-03-20 11:45:29 -04:00
Thomas Grainger a4d63a60d4 Use the new wheel config section 2015-10-02 01:26:59 +01:00
Donald Stufft 814514e1bd Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
Donald Stufft da0bc4b1d1 Switch to using py.test as the test runner instead of nose
* Better output with the bare asserts we use throughout the tests
* Function fixtures are pretty nice, especially as a way to
  start a background server or create an isolated virtualenv
2013-08-21 10:19:58 -04:00
Paul Moore 979e0f4823 Add the universal flag to setup.cfg to create version-independent wheels 2013-08-20 11:39:56 +01:00
Marcus Smith 156c909b95 can't use easy_install to install virtualenv test req from git 2013-07-01 21:14:10 -07:00
Chris McDonough 05ebae2a20 Non-user-facing: setup.py dev in pip checkout will run setup.py develop and then cause test_requires requirements to be installed 2012-09-07 10:45:39 -04:00
Hugo Lopes Tavares 3733499481 bugfix: closed ticket #132 - Bazaar backend does not show bzr+file:// in `freeze` command 2010-06-09 00:34:44 -03:00
Hugo Lopes Tavares 4cda37e4b3 using local mercurial repositories in tests/test_freeze.py 2010-06-08 22:20:32 -03:00
Hugo Lopes Tavares 109e65bda6 bugfix: added missing slash to local file path 2010-06-08 21:45:09 -03:00
Hugo Lopes Tavares 96ed554ccc added setup.cfg, helping nosetests find the tests directory 2010-06-03 16:57:05 -03:00
Ian Bicking 41ac46584f update versions for release 2009-10-08 15:41:28 -05:00
Ian Bicking 0112cd7f79 build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
Ian Bicking d5b6bbeb3c update versions for release 2009-01-29 12:18:12 -06:00
Ian Bicking bc11103579 use dev version for tip 2009-01-20 21:23:22 -06:00
Ian Bicking ade11f6eeb update news/versions for release 2009-01-20 21:21:51 -06:00
Ian Bicking bb1434867f remove svn tag 2008-12-18 17:29:45 -06:00
Ian Bicking c2000d7de6 [svn r20974] Renaming pyinstall to pip 2008-10-15 17:02:57 -05:00