Commit Graph

  • a536da4e6c Mock more dependencies Tzu-ping Chung 2018-04-03 18:37:19 +08:00
  • 703776fc92 Fix tests and requirements parsing Dan Ryan 2018-04-03 14:27:23 -04:00
  • 536efd2d38 Fix edge cases for pipenv run Tzu-ping Chung 2018-04-02 22:56:50 +08:00
  • 1607091b85 Begin complete re-work of requirements parsing Dan Ryan 2018-04-03 00:58:28 -04:00
  • b4e832fb73 Improve test error report Tzu-ping Chung 2018-04-02 15:09:09 +08:00
  • 529bf1f16f Fix requirements to properly parse local paths Dan Ryan 2018-04-02 02:32:48 -04:00
  • 9dda593650 Improve python 2 cmdparse compatibility Tzu-ping Chung 2018-04-02 02:31:15 +08:00
  • d3a08878cf Fix marker parsing Dan Ryan 2018-04-01 12:46:03 -04:00
  • 15c7308ca9 Proper script argument escaping Tzu-ping Chung 2018-04-01 17:23:50 +08:00
  • 31301b1536 Fix deps and testing infrastructure Dan Ryan 2018-03-19 01:06:29 -04:00
  • 1cca6f19a6 Improve cleanup_virtualenv() error message Kyle Altendorf 2018-04-06 06:57:27 -07:00
  • 0e48c2ab55 Use util.rmtree() in cleanup_virtualenv() Kyle Altendorf 2018-04-06 05:37:51 -07:00
  • 8a67a21d61 bugfix Dan Ryan 2018-03-31 01:13:26 -04:00
  • d3c8c18af1 Fix pipenv run regression on windows Dan Ryan 2018-03-31 01:06:28 -04:00
  • c440be5582 Merge pull request #1872 from joshfriend/patch-2 Dan Ryan 2018-03-30 19:11:56 -04:00
  • 64a12a1004 Merge branch 'master' into patch-2 Dan Ryan 2018-03-30 19:11:34 -04:00
  • 2590faa9a8 Merge pull request #1877 from remram44/mention-pipenv-ignore-virtualenvs Dan Ryan 2018-03-30 19:11:19 -04:00
  • 7b15a79fd8 Merge branch 'master' into mention-pipenv-ignore-virtualenvs Dan Ryan 2018-03-30 19:10:56 -04:00
  • 980cfe0827 Merge pull request #1857 from pypa/operation-fix-tests Dan Ryan 2018-03-30 19:10:39 -04:00
  • ff15be72c5 Remove verbose flag auto-add Dan Ryan 2018-03-30 18:27:25 -04:00
  • f9ce022794 Tweeak pypi mock Dan Ryan 2018-03-30 18:25:42 -04:00
  • 61ce755229 Add missing artifacts Dan Ryan 2018-03-30 18:15:44 -04:00
  • 5d3bb0768d Unmock ibm-db-sa Dan Ryan 2018-03-30 17:08:29 -04:00
  • 4551d2b68c Fix verbose command construction Dan Ryan 2018-03-30 16:23:36 -04:00
  • f61a2eddca Fix resolution for broken tests Dan Ryan 2018-03-30 15:36:20 -04:00
  • f13f296b03 Fix tests Dan Ryan 2018-03-30 14:52:13 -04:00
  • 467d1e0d42 Use bold formatting for required variable Remi Rampin 2018-03-30 14:28:01 -04:00
  • d36081889e Remove mocked pypi from complex test Dan Ryan 2018-03-30 13:44:49 -04:00
  • 4117affaef Catch up with master properly Dan Ryan 2018-03-30 13:10:24 -04:00
  • 5f1d8ee309 Final test updates Dan Ryan 2018-03-30 12:53:59 -04:00
  • 6bde082a04 Skip some tests on 2.7 Tzu-ping Chung 2018-03-28 14:16:59 +08:00
  • 3e07c809eb Undo capsys, reorder install and lock Dan Ryan 2018-03-27 19:04:09 -04:00
  • 28a6cb4805 Disable capsys to capture stdout/stderr Dan Ryan 2018-03-27 17:42:55 -04:00
  • a4bbed3f69 Block for debugging Dan Ryan 2018-03-27 16:22:49 -04:00
  • b5ae7cc0bb Just always require suffix then Tzu-ping Chung 2018-03-27 23:58:10 +08:00
  • ba93ad2da5 Never mock PyPI half-way, either do, or don't Tzu-ping Chung 2018-03-27 23:40:06 +08:00
  • 42d83dbbac Need to use the backported TemporaryDirectory Tzu-ping Chung 2018-03-27 23:27:40 +08:00
  • 6cd545b8c6 Monkey-patch pipfile.api to use the mocked index Tzu-ping Chung 2018-03-27 23:15:51 +08:00
  • 1c9792434d Un-mock maya Tzu-ping Chung 2018-03-27 22:34:45 +08:00
  • a3dcc66844 Refactor Tzu-ping Chung 2018-03-27 20:11:15 +08:00
  • 67de4891a9 Skip Internet and add verbose flag if possible Tzu-ping Chung 2018-03-27 20:02:41 +08:00
  • 8a39fbceaa Actually use mocked PyPI when testing with locking Tzu-ping Chung 2018-03-27 18:29:30 +08:00
  • 0cb0f8999f Fix scripts and source errors not caught before Tzu-ping Chung 2018-03-27 18:10:13 +08:00
  • fa424989f3 Fix ConTOML's __str__ on Python 3 Tzu-ping Chung 2018-03-27 18:09:03 +08:00
  • 8f0af53fb5 Merge pull request #1865 from frostming/pass-pre-flag Dan Ryan 2018-03-30 12:28:06 -04:00
  • 786929b0bf remove redundant lines Frost Ming 2018-03-29 20:29:34 +08:00
  • aff9078985 pass pre flag to lock Frost Ming 2018-03-28 22:20:39 +08:00
  • 3060c8d3d8 Merge branch 'master' into patch-2 Dan Ryan 2018-03-30 09:59:15 -04:00
  • 979577d971 Merge pull request #1870 from gsemet/gitignore Dan Ryan 2018-03-30 09:58:59 -04:00
  • 46b2fe512e Merge branch 'master' into patch-2 Dan Ryan 2018-03-30 09:58:28 -04:00
  • 8cc4a45bc2 Merge pull request #1878 from svanburen/patch-2 Dan Ryan 2018-03-30 09:49:47 -04:00
  • 060a1d652c Merge branch 'master' into patch-2 Dan Ryan 2018-03-30 09:48:50 -04:00
  • 7a861c4a2c Merge pull request #1854 from pypa/locking-handle-eggs Dan Ryan 2018-03-30 00:59:46 -04:00
  • 00ebba4b58 Switch to tablib and try again Dan Ryan 2018-03-29 22:00:44 -04:00
  • 0af19190d1 Bugfix Dan Ryan 2018-03-29 21:26:42 -04:00
  • a62ec1c40a HISTORY.txt update Dan Ryan 2018-03-29 21:15:30 -04:00
  • 4043ee57f6 Merge branch 'jtratner/fix-scripts-quoting' into locking-handle-eggs Dan Ryan 2018-03-29 21:12:13 -04:00
  • e4a5b2caf6 Simplify Jeff Tratner 2018-03-29 17:59:34 -07:00
  • 15c19ee001 Make run easier to understand Jeff Tratner 2018-03-29 17:56:47 -07:00
  • 15bb50cfa4 Add some markers Dan Ryan 2018-03-29 20:43:27 -04:00
  • 94af245f6d Always use posix=False to avoid dropping quotes Dan Ryan 2018-03-29 20:08:02 -04:00
  • 939d77cf40 Update advanced.rst Stefan VanBuren 2018-03-29 11:31:30 -04:00
  • 7445e7cd73 Mention PIPENV_IGNORE_VIRTUALENVS in help message Remi Rampin 2018-03-29 11:20:25 -04:00
  • 139d8bd553 Merge branch 'master' into locking-handle-eggs Dan Ryan 2018-03-29 09:32:20 -04:00
  • 133417a941 Remove extraneous is_vcs calls Jeff Tratner 2018-03-28 23:36:33 -07:00
  • 5de48b4800 Better shell quoting Jeff Tratner 2018-03-29 00:48:37 -07:00
  • 7afa528c0f Fix small test case typo Jeff Tratner 2018-03-28 23:53:38 -07:00
  • 71896d1f20 Skip python 3 only test on py2 Dan Ryan 2018-03-29 00:48:01 -04:00
  • 14cdff2c0b Include markers when they are included at top lvl Dan Ryan 2018-03-29 00:13:20 -04:00
  • 4a425c3429 Add regression tests for resolver changes Dan Ryan 2018-03-28 23:00:38 -04:00
  • 66e3f556fc Exclude markers from top level dependencies Dan Ryan 2018-03-28 21:42:22 -04:00
  • 319c0b3d65 Always include markers when resolving Dan Ryan 2018-03-28 21:38:14 -04:00
  • d28ec00678 Clean up resolver marker deduplication Dan Ryan 2018-03-28 20:36:28 -04:00
  • bc61441922 Skip unsupported extensions Dan Ryan 2018-03-28 18:55:15 -04:00
  • 094044d502 Python 3.6.5 Josh Friend 2018-03-28 18:25:59 -04:00
  • 7697541dc0 Merge branch 'master' into locking-handle-eggs Dan Ryan 2018-03-28 18:00:01 -04:00
  • 7c4f09e812 ignore .tox folder Gaetan Semet 2018-03-28 21:48:04 +02:00
  • b0445a2c0b Lint fixes Jeff Tratner 2018-03-25 15:13:35 -07:00
  • 63f7e988f7 Misc. typos luz.paz 2018-03-27 06:45:04 -04:00
  • f5f24b47e5 Combine RUN apt-get calls in Dockerfile Donald Patterson 2018-03-27 10:25:18 -03:00
  • 419e0310e4 update Pipfile.lock frostming 2018-03-26 09:21:23 +08:00
  • e4bdc0fb5b Add randomwords and missing requests artifacts Dan Ryan 2018-03-27 01:17:04 -04:00
  • f8499281e8 Ensure locking works with eggs Tzu-ping Chung 2018-03-27 12:14:04 +08:00
  • b6a333be87 Set -o pipefail so errors propagate through piping Tzu-ping Chung 2018-03-27 11:05:44 +08:00
  • 874ddfc0b2 Merge pull request #1842 from pypa/bugfix/windows-pipfile-scripts Tzu-ping Chung 2018-03-26 18:32:10 +08:00
  • c590e80449 Some tests for the scripts section Tzu-ping Chung 2018-03-26 15:48:06 +08:00
  • b91a439727 Merge branch 'master' into bugfix/windows-pipfile-scripts Dan Ryan 2018-03-25 19:22:32 -04:00
  • 0ec97edbf7 Merge pull request #1844 from davilima6/typo Tzu-ping Chung 2018-03-26 02:42:19 +08:00
  • 01d56cc8a0 fix typo Davi Lima 2018-03-25 19:37:55 +02:00
  • 7d204ac474 Merge pull request #1840 from jtratner/detect-dotvenv-in-subdirectories Tzu-ping Chung 2018-03-25 13:49:01 +08:00
  • 052c57c59c Don't use six.u Dan Ryan 2018-03-24 14:18:26 -04:00
  • 844bc3f7d1 Fix pipenv scripts for windows shell Dan Ryan 2018-03-24 12:45:46 -04:00
  • f36f7ca1bc Fix shlex.split() call to check for posix first Dan Ryan 2018-03-23 23:48:44 -04:00
  • ca19061d87 Add doc note about lock hash too Jeff Tratner 2018-03-23 15:18:40 -07:00
  • ebf5ed843b Detect .venv at project root when in subdirectory Jeff Tratner 2018-03-23 15:15:53 -07:00
  • c7cd4bd864 Merge pull request #1836 from jtratner/fix-env-calculation-with-hashes Tzu-ping Chung 2018-03-23 16:06:13 +08:00
  • 5cf7a7d552 Add doc note about environment variables Jeff Tratner 2018-03-23 00:17:28 -07:00
  • 8f79f13ea4 Split hash function into two Jeff Tratner 2018-03-23 00:08:57 -07:00
  • 1f31f40f2b clean up hash change calc Jeff Tratner 2018-03-22 22:35:42 -07:00
  • ff84219171 Do not inject env when calculating hashes Jeff Tratner 2018-03-22 22:02:45 -07:00