summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix test on Ubuntu pypy2release-20.0.24Bernat Gabor2020-06-221-2/+9
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-0/+7
| | | | | | This ensures that we do not overwrite an existing .gitignore when the target directory is not created by virtualenv. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Implement periodic update feature (#1841)Bernát Gábor2020-06-2121-93/+670
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Upgrade embeded setuptools (#1855)Bernát Gábor2020-06-121-3/+3
|
* Add 3.9-dev and 3.10-dev via deadsnakes (#1846)Bernát Gábor2020-06-061-2/+2
|
* Add 3.9 on Linux to the test suite (#1839)Bernát Gábor2020-05-223-0/+7
|
* Fix pip seeder with --extra-search-dir specified (#1835)Lumír 'Frenzy' Balhar2020-05-201-1/+19
|
* Rename clear-app-data to reset-app-data to avoid cli parser abbreviation bug ↵Bernát Gábor2020-05-133-4/+12
| | | | (#1826)
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+3
|
* Bump linters (#1823)Bernát Gábor2020-05-1217-40/+44
|
* Better pip download failure handling (#1814)Bernát Gábor2020-05-041-0/+11
|
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-034-14/+45
|
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-024-32/+33
|
* Fix typo in symlink detection (#1803)Anthony Sottile2020-05-021-0/+6
|
* make test discovery more deterministic (#1802)Anthony Sottile2020-05-022-3/+3
|
* Run tests in randome order (#1799)Bernát Gábor2020-05-011-0/+13
|
* Bump pip to 20.1 (#1795)Bernát Gábor2020-04-292-2/+9
|
* Handle poison interpreters during discovery (#1790)Bernát Gábor2020-04-281-0/+11
|
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-273-18/+25
|
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-261-10/+17
|
* Better handling of conflicting --copies and --symlinks (#1785)Bernát Gábor2020-04-253-11/+36
|
* Run test suite in parallel (#1786)Bernát Gábor2020-04-253-4/+0
|
* Setuptools compatibility with cli_run (#1771)Bernát Gábor2020-04-161-0/+7
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-082-1/+22
| | | | | | | | | | | | | * Allow all command line option flags to be used in config file/env-var Extend config file and environment variables checked for configuration to also check aliases (e.g. setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work). Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix CI Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Support wheels without python-requires tag (#1758)Bernát Gábor2020-04-042-1/+12
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* do not allow PYVENV_LAUNCHER to be set (#1749)Bernát Gábor2020-03-251-0/+8
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix discovery when name is non-spec format on PATH (#1748)Bernát Gábor2020-03-241-0/+20
| | | | | | | * Fix discovery when name is non-spec format on PATH Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix windows
* Do not fail when the pyc files is missing for the host Python 2 (#1741)Bernát Gábor2020-03-191-11/+20
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix relative discovery (#1734)Bernát Gábor2020-03-191-0/+9
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-184-12/+48
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-182-2/+8
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* amazonlinux support (#1728)Bernát Gábor2020-03-181-14/+9
| | | | | | | | | * Allow testing docker images Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * amazonlinux support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* add zip importer test (#1727)Bernát Gábor2020-03-171-0/+23
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix Windows Store support (#1725)Bernát Gábor2020-03-175-16/+35
| | | | | | * Fix Windows Store support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Allow missing .py files if .pyc is present (#1714)David Tucker2020-03-131-1/+34
| | | | | | | | | | | | | | | | | * Allow missing .py files if .pyc is present * Document packaging types we support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * improve test Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * PyPy requires the standard library source files Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net>
* macOS Python 3 Framework support (#1711)Bernát Gábor2020-03-131-3/+1
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* fix disabling seed packages not working (#1713)Bernát Gábor2020-03-132-5/+24
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* PyPy CI timeouts (#1720)Bernát Gábor2020-03-131-1/+1
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-102-5/+36
| | | | | | | Ignore configuration file parsing when getting distutils data. Resolves #1663. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* A more robust way to get scripts path (#1706)Bernát Gábor2020-03-101-2/+1
| | | | | Resolves #1683. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-092-2/+0
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* add timeout for tests (#1700)Bernát Gábor2020-03-085-0/+5
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-083-3/+8
| | | | | | | * pythonw works as python on Windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * foix
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-042-11/+4
|
* Fix setting PYTHONPATH on Python 2 not working (#1673)Julien Danjou2020-03-032-10/+68
| | | | | | | | | - ensure we do not rewrite the ``PYTHONPATH`` - ensure we respect the ``-E`` flag Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default prompt of environment name in batch shell * Handle batch prompt in activate.bat * change test folder name to aviod bat escapes * run activation tests with and without prompt * test for correct prompt in batch (only, for now) * Try to normalize path in batch tests * update description * Update 1679.bugfix.rst * Update conftest.py * Update conftest.py Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * better names Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix list configuration value parsing (#1676)Bernát Gábor2020-02-271-0/+13
| | | | | Resolves #1674. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Disable distutils fixup for python 3Bernat Gabor2020-02-261-1/+2
| | | | | | Until https://github.com/pypa/pip/issues/7778 is fixed and released. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* support entry point paths with space (#1660)Nicola Soranzo2020-02-261-5/+6
| | | | | | fix creation of entry points when path contains spaces Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-269-63/+107
| | | | | | | | | | | | | | | | | | | | * fixed FileNotFoundError when directory isn't writable (#1640) - when using docker, if `user_data_dir()` isn't writable directory, `default_data_dir()` use `system temp directory` + `virtualenv`. for example, tempdir is `/tmp`, it use `/tmp/virtualenv` * start making the app-data more explicit and robust Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix docs Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>