Commit Graph

969 Commits

Author SHA1 Message Date
Erin O'Connell f85c63e95c removed debug print statement 2017-06-10 17:08:12 -06:00
Erin O'Connell 0120b4c1d2 accidently rewrote history and got rid of this on-liner 2017-06-10 16:46:41 -06:00
Erin O'Connell e79c0a1df1 Merge branch 'timeouts-test' into custom-timeouts 2017-06-10 16:30:28 -06:00
Erin O'Connell 6e7fee8ce9 added timeout tests for short and long timeouts 2017-06-10 04:21:22 -06:00
Erin O'Connell 9c2982b03b put in more proper logic for int conversion when reading from the PIPENV_TIMEOUT variable 2017-06-10 01:58:54 -06:00
Erin O'Connell 1818dc6afa fixed a type error when setting a custom value for PIPENV_TIMEOUT 2017-06-10 01:17:30 -06:00
Erin O'Connell f784c554f8 updated Pipfile.lock so tests stop failing 2017-06-10 00:30:13 -06:00
Erin O'Connell 60f56dd058 added the timeout variable from environments.py to be used as a delegator.run() argument when creating virutal environments. 2017-06-09 22:57:23 -06:00
Erin O'Connell 5cee25a5f5 small syntax fix for a comment 2017-06-09 22:55:47 -06:00
Erin O'Connell 50e278a102 fixed syntax in PIPENV_USE_SYSTEM and added an environment variable for PIPENV_TIMEOUT 2017-06-09 19:31:14 -06:00
Erin O'Connell df53da1847 updated version requirement for delagator.py 2017-06-09 19:16:33 -06:00
Erin O'Connell c326b82425 updated delagator.py to v0.0.12 2017-06-09 19:14:26 -06:00
Nate Prewitt 3fcfe38955 Merge pull request #402 from sandeep048/patch-1
typo fix
2017-06-08 05:58:57 -06:00
Sandeep Pathivada 7bcb49e92e typo fix 2017-06-08 14:50:56 +05:30
Nate Prewitt b30fc8c1cc Merge pull request #399 from nonylene/add-pipenv-run-test
Add test for pipenv run
2017-06-07 14:53:35 -06:00
nonylene 98b4f2b10a Add test for pipenv run 2017-06-08 03:49:33 +09:00
kennethreitz 0e9367ccd3 Merge pull request #397 from nonylene/revert-test-commit
Revert test commit ( Update README.md )
2017-06-07 11:55:07 -04:00
nonylene 246e40bc61 Revert "Update README.rst"
This reverts commit 7dce6d6d1f.

This commit seems to be a test.
2017-06-08 00:45:10 +09:00
kennethreitz ecd96777c5 PIPENV_DEFAULT_THREE 2017-06-03 19:12:50 -04:00
kennethreitz a0fe6f8295 v5.0.0 2017-06-03 19:09:29 -04:00
kennethreitz 7feb932ca5 Merge pull request #395 from kennethreitz/auto-activate
use virtualenvs when they're available
2017-06-03 19:08:00 -04:00
kennethreitz 5ef5bb0f79 switch to disable virtualenvs 2017-06-03 19:07:05 -04:00
kennethreitz 8055035472 update virtualenv location too 2017-06-03 19:00:34 -04:00
kennethreitz b8e7ee7e95 PIPENV_USE_SYSTEM 2017-06-03 18:57:56 -04:00
kennethreitz ce30eeb982 Merge pull request #394 from kennethreitz/three
default python 3
2017-06-03 18:51:35 -04:00
kennethreitz 3a0ccdbfe0 fix syntax error 2017-06-03 18:50:14 -04:00
kennethreitz bd6f158220 default python 3 2017-06-03 18:47:09 -04:00
Nate Prewitt df909ccf0d remove escape character from pexpect.spawn.interact
The default escape character for pexpect.spaw is ctrl-]
which conflicts with a vim binding. This isn't an escape
sequence that is mirrored in virtualenv, so there doesn't
seem to be a good reason to keep it. This will make `pipenv
shell` more inline with the standard `virtualenv workon` command.
2017-06-02 10:12:42 -06:00
Nate Prewitt b644668b27 v4.1.4 v4.1.4 2017-06-01 14:40:49 -06:00
Nate Prewitt e9fbdc9378 disable 3.7 tests until issues are resolved 2017-06-01 10:57:16 -06:00
Nate Prewitt d124e382a1 fix requirements output and add test 2017-06-01 10:51:34 -06:00
Nate Prewitt eda7635350 v4.1.3 v4.1.3 2017-05-31 21:53:27 -06:00
Nate Prewitt a7f76770f1 fix bad syntax and install string formatting for -e installs 2017-05-31 21:51:33 -06:00
Nate Prewitt b8738347ea normalize package name before adding to Pipfile 2017-05-31 08:58:05 -06:00
Nate Prewitt 38185baa1c v4.1.2 v4.1.2 2017-05-30 13:57:21 -06:00
Nate Prewitt 257914af66 updating HISTORY.txt 2017-05-30 13:56:09 -06:00
Nate Prewitt 73a630be0c Merge pull request #385 from nateprewitt/deps_simplification
Simply Dependency Installation
2017-05-30 13:53:25 -06:00
Nate Prewitt 17edfbc214 remove unused hash variable and name checking from tests 2017-05-30 13:45:20 -06:00
Nate Prewitt f57d175386 simplify installation separation for regular vs vcs dependencies
We previously divided our dependencies into two separate lists.
This was to allow us to require hashes for pypi packages, but
ignore them for VCS dependencies since they won't exist. Now
that we're installing one package at a time, we can bundle dependencies
back together earlier and reduce the code duplication.
2017-05-30 13:45:13 -06:00
Nate Prewitt 984b7d3fd7 report both stdout and stderr on install error 2017-05-30 07:58:30 -06:00
kennethreitz 066073b23d restore environments settings 2017-05-29 18:39:21 -04:00
kennethreitz 586b7ff174 5 pipenv max depth 2017-05-29 15:27:12 -04:00
kennethreitz 909ffe7e59 try making it 5 2017-05-29 15:27:01 -04:00
kennethreitz 7dce6d6d1f Update README.rst 2017-05-29 15:10:28 -04:00
kennethreitz 6c8b068f51 Merge pull request #382 from kennethreitz/requirements.txt
requirements
2017-05-29 15:09:02 -04:00
kennethreitz 6aebf16041 empty commit 2017-05-29 15:08:13 -04:00
kennethreitz 1a77b5c778 this doesn't work on ci 2017-05-29 15:02:30 -04:00
kennethreitz c327bff413 pipfile 2017-05-29 15:00:20 -04:00
kennethreitz acca6c2a47 -e . 2017-05-29 14:56:59 -04:00
kennethreitz 2e92096717 remove mock twice 2017-05-29 14:50:03 -04:00