Commit Graph

1599 Commits

Author SHA1 Message Date
Dan Ryan c863cd7426 Test for posix compliance by checking posix compliance 2017-09-16 00:24:04 -04:00
kennethreitz ec384b300b Merge pull request #564 from eli-b/windows-support
Fix popen_spawn when specifying a path on Windows which contains "\" separators
2017-09-15 21:48:10 -04:00
Nate Prewitt e3fcbacf1f Merge pull request #565 from eli-b/patch-1
Fixed a typo
2017-09-15 16:16:44 -06:00
Eli Boyarski 10800c361f Fixed a typo 2017-09-16 01:15:26 +03:00
Eli Boyarski 4c17fd70ef Fix popen_spawn when specifying a path on Windows which contains "\" separators 2017-09-16 01:04:15 +03:00
kennethreitz 4cec0d4644 Update README.rst 2017-09-15 15:02:23 -04:00
kennethreitz e37df767f9 note about history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 13:21:15 -04:00
kennethreitz 0b1741df61 fix for #559
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 13:20:31 -04:00
kennethreitz d61a95d811 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 13:20:31 -04:00
kennethreitz ee243d8614 Merge pull request #562 from eli-b/supportminiconda-1
Support Miniconda's `python --version` format
2017-09-15 12:50:27 -04:00
kennethreitz 737d47b1db Merge pull request #561 from kennethreitz/break-windows
stole @jacebrowning's tests (modified)
2017-09-15 12:47:09 -04:00
kennethreitz 333f7b34f2 test utilities on windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 12:39:37 -04:00
Eli Boyarski d00d33be7b Support Miniconda's python --version format
On Windows, Miniconda's python prints "Python 3.6.2 :: Continuum Analytics, Inc." when running `python --version`
2017-09-15 19:38:00 +03:00
kennethreitz a222865766 warn the user of import requirements.txt side-effects.
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 12:34:07 -04:00
kennethreitz ba2aed74b1 use contoml
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 12:29:01 -04:00
kennethreitz b3f0b628a1 str python
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 12:00:05 -04:00
kennethreitz eb4f133873 try it @jacebrowning's way
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:52:20 -04:00
kennethreitz faf111b967 debug
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:45:48 -04:00
kennethreitz 95cdd2b6e6 don't assert status code
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:33:13 -04:00
kennethreitz 0e3cf61e27 be more specific
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:24:08 -04:00
kennethreitz 8bc9c605d6 comments
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:22:39 -04:00
kennethreitz 6f4c434b62 further oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:21:32 -04:00
kennethreitz de861a3cfe fix weird bug, maybe
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:20:52 -04:00
kennethreitz bfd4984195 oops
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:16:24 -04:00
kennethreitz 068b7ab1b7 stole @jacebrowning's tests (modified)
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:15:20 -04:00
kennethreitz 95a3fde173 that was driving me crazy 2017-09-15 11:08:21 -04:00
kennethreitz f69992e211 return code assertion
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 11:04:42 -04:00
kennethreitz 651b2c53a4 no longer true
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 10:55:00 -04:00
kennethreitz 1d92448e9a next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 10:54:32 -04:00
kennethreitz 467e318df1 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 10:54:21 -04:00
kennethreitz a0c7f9ca8a pipenv project for graph
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 10:53:33 -04:00
kennethreitz 714317e607 Merge pull request #554 from xjw0914/master
Fix NoneType.
2017-09-15 10:52:21 -04:00
kennethreitz 518dab03c7 Merge pull request #556 from jabagawee/patch-1
Update crude installation instructions to properly find get-pipenv.py
2017-09-15 10:51:29 -04:00
kennethreitz 7acc51ae86 increase timeout
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-15 10:50:36 -04:00
kennethreitz f54484ff70 Merge pull request #558 from isudox/master
Output friendly and concise message when updating pipenv failed.
2017-09-15 10:49:17 -04:00
kennethreitz 4da6a75695 Merge pull request #555 from kennethreitz/windows-tests
Windows tests
2017-09-15 10:48:35 -04:00
zhangjian 394d546834 Output friendly and concise message when updating pipenv failed. 2017-09-15 20:49:52 +08:00
xjw0914 e3da1bd1c1 Raise warning instead. 2017-09-15 15:20:21 +08:00
Erin O'Connell 453f6d2d0a leave folder of trouble alone and ignore it 2017-09-15 01:12:44 -06:00
Andrew Szeto ba0dfbd845 Update crude installation instructions to properly find get-pipenv.py
Changed the raw-file link for get-pipenv.py so that calling curl would lead to
the actual file instead of a 302 Redirect to the file.
2017-09-14 22:56:39 -07:00
Erin O'Connell 30c077ae35 changed version number for ref test in test_pipenv.py 2017-09-14 23:04:35 -06:00
Erin O'Connell 453ca921f4 changing editable repository link 2017-09-14 22:54:48 -06:00
Erin O'Connell d2d3c17f41 readded all pythons to matrix in appveyor.yml 2017-09-14 22:21:10 -06:00
Erin O'Connell e461e47aab yup that's broken 2017-09-14 22:13:12 -06:00
Erin O'Connell 70bfd3e460 is this broken on windows? 2017-09-14 22:09:40 -06:00
Erin O'Connell 7b861b6fb8 reported the two failing tests to the unix tests that contained the new pipfile spec 2017-09-14 22:03:28 -06:00
Erin O'Connell 60f5ad5f3e elder wand 2017-09-14 21:43:12 -06:00
Erin O'Connell a5a0eac4cc added some more debug statements 2017-09-14 21:38:30 -06:00
Erin O'Connell 3f09935686 update test_requirements_to_pipfile test to account for new pipfile spec 2017-09-14 21:32:26 -06:00
Erin O'Connell 92258a6493 added some debug statements and removed some debug statements that were causing a test to fail
Signed-off-by: Erin O'Connell <erinocon5@gmail.com>
2017-09-14 21:12:10 -06:00