MarkKoz
1fa14eaffd
add missing decorator for test_venv_file_with_name
2018-08-06 12:31:58 -07:00
MarkKoz
4844a0b7a1
remove requests package install in tests
...
We're only interested in testing if the virtual environment can be
successfully created.
2018-08-06 12:31:38 -07:00
MarkKoz
93d158b556
simplify venv location retrieval in tests
2018-08-06 12:30:42 -07:00
MarkKoz
bab6429bd9
switch test_venv_file_exists back to test_venv_file_with_name
2018-08-06 12:29:34 -07:00
Mark
4346d36cd8
Merge branch 'master' into master
2018-08-06 12:26:50 -07:00
Dan Ryan
797ce40bb2
Add news entry for pr #2674
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-05 02:39:00 -04:00
Dan Ryan
ea8a8f485a
Merge pull request #2674 from mic159/patch-2
...
Add link to PEP-440 version specifiers in documentation
2018-08-05 02:40:02 -04:00
Dan Ryan
610f83bb76
fix inclusion of project name in wrong test
2018-08-04 20:13:20 -04:00
Dan Ryan
fed71c78cf
Remove old test line
2018-08-04 19:33:26 -04:00
Dan Ryan
d2d5aa6bd4
Merge branch 'master' into master
2018-08-04 18:34:21 -04:00
Dan Ryan
fd45dcbed9
Merge branch 'master' into patch-2
2018-08-04 18:16:54 -04:00
Dan Ryan
4bfa219985
Use proper syntax for rst links
...
Fix link syntax for pep440 links in documentation
2018-08-04 18:16:35 -04:00
Dan Ryan
41d31e6f68
Merge pull request #2612 from AltSchool/more-vcs-tests
...
Adding some git+git and git+ssh tests as examples
2018-08-04 17:43:53 -04:00
Alexandros Tzannes
0081918e63
Skip some tests if we have not set-up SSH keys for GitHub
2018-08-03 16:20:59 -07:00
Alexandros Tzannes
8f1d99256c
Skip git+ssh test until we configure BildKite to have an SSH key-pair
2018-08-03 15:21:33 -07:00
Alexandros Tzannes
f65c0dfd63
Adding some git+git and git+ssh tests as examples
2018-08-03 15:05:29 -07:00
Tzu-ping Chung
354bfca17b
Merge pull request #2699 from MarkKoz/bugfix/2680
...
Fix virtualenv creation failure when a .venv file exists
2018-08-03 17:58:42 +08:00
MarkKoz
96fec11b29
Fix virtualenv creation failure when a .venv file exists
2018-08-02 21:56:41 -07:00
MarkKoz
42de3d15ed
Properly handle pre-existing .venv files
2018-08-02 21:01:34 -07:00
Tzu-ping Chung
641e889dda
Merge pull request #2656 from Enzime/fix/basic-auth-in-repo-URLs
...
Fix parsing of verify_ssl=false in urls with authentication in Pipfile
2018-08-01 17:54:54 +08:00
Dan Ryan
8cb2d99874
Merge branch 'master' into fix/basic-auth-in-repo-URLs
2018-08-01 02:10:48 -04:00
Tzu-ping Chung
4048deae5f
Merge pull request #2675 from pypa/pull-requrest-template
...
PR template
2018-08-01 13:08:34 +08:00
Dan Ryan
d8531a1335
Merge branch 'master' into pull-requrest-template
2018-07-31 23:11:50 -04:00
Dan Ryan
a663f58663
Minor changes to the PR template
...
- Comment out the vendor directory section so it doesn't show up all the time in prs
- Minor grammar and spelling changes
- Warn users that we will close PRs with no issue or explanation about what they are solving
2018-07-31 23:11:38 -04:00
Dan Ryan
fd5b4ba99d
Add news entry for pr #2656
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-31 23:02:20 -04:00
Michael Hoang
0969a9ee67
Properly handle the first source having user/pass
2018-07-31 22:58:54 -04:00
Dan Ryan
1efae0384f
Add news entry for pr #2644
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-31 22:57:22 -04:00
Tzu-ping Chung
d4f710be4a
Merge pull request #2644 from javabrett/doc
...
Two doc fixes: ghbtns.com->https, added konami.js
2018-07-30 16:27:09 +08:00
Tzu-ping Chung
bf07652646
HTTPS
2018-07-30 16:12:04 +08:00
Brett Randall
4cabc0fbab
Added konami.js and switched to an alive target site.
2018-07-30 16:12:04 +08:00
Brett Randall
25370cae95
Fixed http->https on content from ghbtns.com, fixes mixed-content warning.
2018-07-30 16:12:04 +08:00
Tzu-ping Chung
63e1a40e39
Merge pull request #2676 from pypa/safe-venv-check
...
Ignore OSError in is_virtual_environment check
2018-07-30 15:59:10 +08:00
Tzu-ping Chung
a89acdc589
News
2018-07-30 15:41:25 +08:00
Tzu-ping Chung
236a6c4522
Ignore OSError in is_virtual_environment check
...
This works around a faulty virtual environment on my machine that makes
os.access throw "OSError: too many level of symlinks". If a virtual
environment is faulty, we can just ignore it.
2018-07-30 15:38:33 +08:00
Tzu-ping Chung
ca7d5ac4de
Merge pull request #2646 from pypa/verbosity-unification
...
Unify verbosity specification
2018-07-30 15:34:19 +08:00
Tzu-ping Chung
fece72b205
Make PIPENV_VERBOSITY undocumented
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
5c395f1c3b
Add PIPENV_QUIET and PIPENV_VERBOSE env vars
...
This enables flag-based verbosity control from environment variables,
similar to command line flags.
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
b795d5bd72
Add wrapper function to PIPENV_VERBOSITY
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6622bf15f2
Clean up do_purge
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
4894aa83d5
Clean up pip_install
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
5770452095
Clean up do_install_dependencies
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
3de58e1276
Clean up do_init
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
30570478a8
Clean up resolve_deps and actually_resolve_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6f3a882c71
Remove verbose variable
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6ac323692b
Clean up get_vcs_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
bcc0b7b3a7
Clean up venv_resolve_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
1fe1cc59b0
Clean up do_clean
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
62e9a2e2e2
Clean up do_sync
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
906c9cc874
Clean up do_lock
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
d3987becab
Clean up do_uninstall
2018-07-30 14:54:08 +08:00