Dan Ryan
ff15be72c5
Remove verbose flag auto-add
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 18:27:25 -04:00
Dan Ryan
f9ce022794
Tweeak pypi mock
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 18:25:42 -04:00
Dan Ryan
61ce755229
Add missing artifacts
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 18:15:44 -04:00
Dan Ryan
5d3bb0768d
Unmock ibm-db-sa
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 17:54:52 -04:00
Dan Ryan
4551d2b68c
Fix verbose command construction
2018-03-30 16:36:19 -04:00
Dan Ryan
f61a2eddca
Fix resolution for broken tests
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 15:49:12 -04:00
Dan Ryan
f13f296b03
Fix tests
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 14:52:13 -04:00
Dan Ryan
d36081889e
Remove mocked pypi from complex test
...
- Remove extra marker too
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 13:44:49 -04:00
Dan Ryan
4117affaef
Catch up with master properly
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-30 13:10:24 -04:00
Dan Ryan
5f1d8ee309
Final test updates
2018-03-30 13:00:59 -04:00
Tzu-ping Chung
6bde082a04
Skip some tests on 2.7
2018-03-30 12:38:11 -04:00
Dan Ryan
3e07c809eb
Undo capsys, reorder install and lock
2018-03-30 12:37:17 -04:00
Dan Ryan
28a6cb4805
Disable capsys to capture stdout/stderr
2018-03-30 12:37:17 -04:00
Dan Ryan
a4bbed3f69
Block for debugging
2018-03-30 12:37:16 -04:00
Tzu-ping Chung
b5ae7cc0bb
Just always require suffix then
...
This is not the TemporaryDirectory you are looking for.
2018-03-30 12:37:16 -04:00
Tzu-ping Chung
ba93ad2da5
Never mock PyPI half-way, either do, or don't
2018-03-30 12:37:16 -04:00
Tzu-ping Chung
42d83dbbac
Need to use the backported TemporaryDirectory
2018-03-30 12:37:15 -04:00
Tzu-ping Chung
1c9792434d
Un-mock maya
2018-03-30 12:37:15 -04:00
Tzu-ping Chung
a3dcc66844
Refactor
2018-03-30 12:37:13 -04:00
Tzu-ping Chung
67de4891a9
Skip Internet and add verbose flag if possible
2018-03-30 12:36:37 -04:00
Tzu-ping Chung
8a39fbceaa
Actually use mocked PyPI when testing with locking
2018-03-30 12:36:34 -04:00
Tzu-ping Chung
0cb0f8999f
Fix scripts and source errors not caught before
2018-03-30 12:32:07 -04:00
Frost Ming
aff9078985
pass pre flag to lock
2018-03-30 22:35:48 +08:00
Dan Ryan
00ebba4b58
Switch to tablib and try again
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-29 22:00:44 -04:00
Dan Ryan
4043ee57f6
Merge branch 'jtratner/fix-scripts-quoting' into locking-handle-eggs
2018-03-29 21:12:13 -04:00
Jeff Tratner
15c19ee001
Make run easier to understand
2018-03-29 17:57:04 -07:00
Dan Ryan
15bb50cfa4
Add some markers
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-29 20:43:27 -04:00
Dan Ryan
139d8bd553
Merge branch 'master' into locking-handle-eggs
2018-03-29 09:32:20 -04:00
Jeff Tratner
133417a941
Remove extraneous is_vcs calls
...
1. is_vcs requires (req.path or req.uri) to be truthy.
2. (req.path or req.uri) would be true in first if statement
Thus if you have:
```
if (req.uri or req.path or ...) and not req.vcs
elif req.vcs or is_vcs(req.path)
```
if `is_vcs(req.path)` is Truthy, then the first if clause must be
truthy, so it's unnecessary.
Also add a quick test to confirm that originating purpose for that check
is now handled otherwise.
2018-03-29 09:32:04 -04:00
Jeff Tratner
5de48b4800
Better shell quoting
...
1. Only use split() when we actually come in from CLI (possibly never
need to do that at all)
2. Add some additional test cases to cover quoting.
3. Better error message in case of missing executable pulled from a run
script.
E.g.:
```
[scripts]
random = "myexecutable a b c"
myexecutable = "echo 5"
```
```
Error: the command myexecutable (from random) could not be found within PATH.
```
vs. previous, which had a slightly disingenous error message.
```
Error: the command myexecutable could not be found within PATH or Pipfile's [scripts].
```
2018-03-29 00:55:08 -07:00
Jeff Tratner
7afa528c0f
Fix small test case typo
2018-03-28 23:54:00 -07:00
Dan Ryan
71896d1f20
Skip python 3 only test on py2
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-29 00:48:01 -04:00
Dan Ryan
14cdff2c0b
Include markers when they are included at top lvl
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-29 00:13:20 -04:00
Dan Ryan
4a425c3429
Add regression tests for resolver changes
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-03-28 23:00:38 -04:00
Dan Ryan
7697541dc0
Merge branch 'master' into locking-handle-eggs
2018-03-28 18:00:01 -04:00
Jeff Tratner
b0445a2c0b
Lint fixes
...
Fix up tests a little more
Use temp_environ rather than monkeypatch
2018-03-27 15:30:22 -04:00
luz.paz
63f7e988f7
Misc. typos
...
Found via `codespell -q 3`
2018-03-27 13:42:27 -04:00
Dan Ryan
e4bdc0fb5b
Add randomwords and missing requests artifacts
2018-03-27 01:17:04 -04:00
Tzu-ping Chung
f8499281e8
Ensure locking works with eggs
...
Patch notpip to recognise .egg formats on PyPI. Close #1849 , ref #1850 .
2018-03-27 12:16:47 +08:00
Tzu-ping Chung
c590e80449
Some tests for the scripts section
2018-03-26 15:48:06 +08:00
Jeff Tratner
ebf5ed843b
Detect .venv at project root when in subdirectory
...
Also remove `PIPENV_SHELL_COMPAT` which appears to be no longer used.
(confirmed test case fails without this change and passes with it).
2018-03-23 15:35:12 -07:00
Jeff Tratner
8f79f13ea4
Split hash function into two
2018-03-23 00:11:34 -07:00
Jeff Tratner
1f31f40f2b
clean up hash change calc
...
Add test case for pipenv hash changing
2018-03-23 00:11:34 -07:00
Tzu-ping Chung
e51b5d0996
Add tests for environment marker precedence logic
...
Close #1757 .
2018-03-23 01:56:27 +08:00
Tzu-ping Chung
49cb2b087a
Add test to go through the editable check code path
...
This would have failed without the previous commit.
2018-03-21 23:32:58 +08:00
Mariusz Masztalerczuk
0ac8eb3f9c
Fix problem with incorrect import path
2018-03-21 12:40:28 +01:00
kennethreitz
e8e38d7929
Merge pull request #1769 from dvf/dvf/parse-environment-variables
...
Allow values in Pipfile to consume Environment Variables
2018-03-20 08:16:31 -04:00
Asher Foa
31581b3f0c
fix prepare_pip_source_args not properly handle user & pw in repo URLs
2018-03-17 16:25:44 -07:00
Daniel van Flymen
adbaf4a0e9
Add tests
2018-03-16 18:34:45 -04:00
Jeff Tratner
c7e1abab24
Fix error on empty virtualenv and pipenv clean
...
Obv could also *not* create the empty virtualenv when running pipenv
clean, but in general can imagine this also occurring if you created an
empty virtualenv and then tried to do clean within it.
(installed packages was [''])
2018-03-16 13:58:59 -07:00