Commit Graph

7301 Commits

Author SHA1 Message Date
Oz N Tiram 8753ceea30 Merge pull request #4797 from ELHoussineT/patch-1
Use PIPENV_SKIP_LOCK environment variable
2022-02-20 19:50:37 +01:00
Oz N Tiram b092dd6cf8 Merge pull request #4955 from pypa/windows-locate-pyenv-from-path
Windows: locate pyenv from PATH correctly
2022-02-16 09:21:51 +01:00
Matt Davis 9eb1e7b6d9 Fix test of find_windows_executable and expand coverage. 2022-02-15 20:27:55 -05:00
Matt Davis dabd4bfe86 remvoe unused import 2022-02-15 11:37:29 -05:00
Matt Davis ecc243fc69 Had to patch this locally to get windows to find pyenv which was already on the PATH. 2022-02-15 11:27:40 -05:00
Oz N Tiram 9e1e7586bd Merge pull request #4949 from Jendoliver/main
Fixes installing versions with pyenv-win
2022-02-14 09:30:13 +01:00
ELHoussineT 1741829559 add news fragment for PR 4797 2022-02-13 21:03:28 +01:00
Oz N Tiram 0dd1b52ce4 Merge pull request #4103 from offby1/master
Improve wording in "basics.rst"
2022-02-10 11:17:48 +01:00
Oz N Tiram ce83c62938 Merge branch 'main' into master 2022-02-10 11:17:28 +01:00
Oz N Tiram 880f91c877 Merge pull request #4896 from den4uk/verify-hash-command
New command: verify Pipfile.lock hash is up to date
2022-02-10 11:14:31 +01:00
Oz N Tiram ef8253397f Merge pull request #4944 from smac89/patch-1
improve detection of CI
2022-02-10 11:13:35 +01:00
Oz N Tiram 0fba37ddf4 Merge pull request #4951 from tcsorrel/doc/conatiners
doc fix docker container title
2022-02-10 00:15:35 +01:00
Thomas Sorrel 1d8f08100b doc fix docker container title 2022-02-09 18:04:02 +01:00
Jendoliver fff8bfc154 Do not pass -s to pyenv install under Windows 2022-02-07 18:10:32 +01:00
Jendoliver 65da568841 Adds 4525.bugfix.rst 2022-02-07 16:49:48 +01:00
Jendoliver d3df2e2abb Pass shell=True to subprocess_run for pyenv commands under Windows 2022-02-07 16:49:27 +01:00
smac89 652b492152 Create 4944.bugfix.mdB 2022-02-03 14:01:13 -06:00
smac89 4852924426 improve detection of CI 2022-02-03 13:51:44 -06:00
Oz N Tiram 23691015b2 Merge pull request #4936 from willhoh/main
fixed review from #4780, closes #4537
2022-01-31 21:36:58 +00:00
Willi Hohenstein 1f689478dc renamed variabel, only used in funktion scope 2022-01-31 15:37:30 +01:00
Willi Hohenstein 10ac2c8924 Merge branch 'pypa:main' into main 2022-01-31 12:23:20 +01:00
Willi Hohenstein daa08b0987 renamed variable to avoid confusion 2022-01-31 12:22:13 +01:00
pinfort b60d37a859 Pattern expansion for arguments was disabled on Windows
Fix #4937.
2022-01-30 22:20:15 +01:00
Willi Hohenstein 3408750a48 fixed review from #4780 2022-01-29 13:19:52 +01:00
Oz N Tiram 30a9b93262 Merge pull request #4929 from pypa/fix-typo-in-docker-docs
Fix typo in docker documnetation
2022-01-24 20:35:24 +01:00
Oz N Tiram 7db20507c1 Merge pull request #4930 from pypa/remove-dead-code
Remove dead code after exception
2022-01-24 20:35:09 +01:00
Oz N Tiram 05e494f068 Remove dead code after exception
Fix #4088
2022-01-23 21:20:59 +01:00
Oz N Tiram e6b15166f5 Fix typo in docker documnetation
This is now the correct path for running the application code.
2022-01-23 21:08:17 +01:00
Oz N Tiram a40adda5ef Update CONTRIBUTING.md 2022-01-21 10:18:30 +01:00
Oz N Tiram aa68371bf4 Merge pull request #4921 from pypa/update-contributing.rst-and-run-tests
Update contributing.rst and run tests
2022-01-14 09:39:40 +01:00
Oz N Tiram ecef2d48e9 Fix some typos in contributing.rst 2022-01-13 13:02:23 +01:00
Oz N Tiram 9a5b14bafd Clarify usage of run-tests.sh
Explain how to override the default Python binary and the
Python version used by pipenv.
2022-01-13 12:54:57 +01:00
Oz N Tiram e8e24444fb Remove circular reference to CONTRIBUING.md
Also restore the link to be cordial ...
2022-01-13 10:08:25 +01:00
Oz N Tiram 638c84628d Merge pull request #4922 from imomaliev/patch-1
Fix typo in docs/basics.rst for docker example
2022-01-13 09:54:09 +01:00
Sardorbek Imomaliev e9fa01620d Fix typo in docs/basics.rst for docker example 2022-01-13 14:17:34 +07:00
Frost Ming 75cbf170d9 Merge pull request #4920 from pypa/update-get-pipenv.py
Update get-pipenv.py
2022-01-13 08:35:51 +08:00
Oz N Tiram 5deb3af86a Remove the philosophy document
This document is no longer useful. KR has stepped down
and all the other maintainers are emeritus.

The rest of the philosophy is exlusive and could be removed
without doing any harm. KR still has earned his respect starting
this project.
2022-01-12 23:44:35 +01:00
Oz N Tiram d59c0de867 Update contributing.rst and refer to in CONTRIBUTING.md
There should be only one document describing how to contribute
to pipenv. Having both documents caused a drift between both.
2022-01-12 23:41:50 +01:00
Oz N Tiram 39a16f14da Fix run-tests.sh
The script was very much neglected ...
For example:

PIP_PROCESS_DEPENDENCY_LINKS

Is no longer used in pip. The TEST_SUITE variable was not used anywhere.

Dropped Python2.7 and added a variable to specify python version.
Set sensible defaults to all variables, and allow overriding them
from the calling shell, e.g.:
```
PIPENV_PYTHON=3.9 ./run-tests.sh
```

This was tested to work both on alpine linux and debian.
2022-01-12 23:37:26 +01:00
Oz N Tiram e353a0ee7b Update get-pipenv.py
This script has not been updated in 4 years. It lacked documentation
on how to create it and how it differs from upstream.

This updated version uses the current infrastructure of pypa/get-pip.
It uses a newer version of pip (pip 21.3.1 compare to pip 9.0.1, which
had an expired CA certificate).
2022-01-12 20:18:22 +01:00
Frost Ming d11cf30329 Merge pull request #4919 from pypa/jinja2-leftover-clean
Remove leftover include of jinja2 files
2022-01-12 22:05:31 +08:00
Oz N Tiram 9e28ef5082 Remove leftover include of jinja2 files
This was probably due to pipenv relying on Jinja2 in the
past.
However, Jinja2 was removed in 11229406ba
2022-01-12 13:51:16 +01:00
Oz N Tiram 9770d6e11c Merge pull request #4918 from pypa/multi-stage-build-with-pipenv
Document  usage of Pipenv in multistage docker build
2022-01-12 13:35:17 +01:00
Denis Sazonov 41e174898c docs update for cli verify command 2022-01-12 09:57:22 +00:00
Denis Sazonov c7dd39999e added news entry for 4893 issue 2022-01-12 09:57:07 +00:00
Oz N Tiram fa0452f7cc Document usage of Pipenv in multistage docker build
Also, add a note about running Pipenv as root (or Admin)
with a bold warning.
2022-01-11 22:43:32 +01:00
Oz N Tiram 223d627236 Merge pull request #4917 from oz123/document-running-as-root-and-usage-in-containers
Document running as root and usage in containers
2022-01-10 15:07:45 +01:00
Oz N Tiram b12c4fcac4 Update pipenv install output 2022-01-10 14:16:19 +01:00
Oz N Tiram 1448251e21 Add note about running pipenv as root
Also, document how to use pipenv in containers.

Issue #3130.
2022-01-10 14:05:52 +01:00
Frost Ming 4fa67914f7 Merge pull request #4915 from oz123/remove-dep-first
Remove vendored first
2022-01-10 15:48:40 +08:00