summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix site.getsitepackages() ignoring --system-site-packages on python2 (#2107)Adrian Freund2021-05-041-0/+32
* Built in discovery class is always preferred over plugin supplied classes (#2...Ashley Whetter2021-04-201-0/+11
* Fix upgrade embeded crashes (#2062)Bernát Gábor2021-02-011-2/+2
* Fix Windows failure (#2056)Bernát Gábor2021-01-191-2/+2
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-186-18/+30
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-5/+5
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-211-6/+73
* Also skip xonsh tests on Python 3.10 (#2013)Miro Hrončok2020-11-191-1/+1
* Optionally skip creation of .gitignore in virtualenv directory (#2004)Aren Siekmeier2020-11-021-1/+14
* clean up a few small things (#2002)Anthony Sottile2020-11-011-4/+5
* Fix `VIRTUALENV_PYTHON` environment lookup (#1998)Patrice Neff2020-10-281-0/+29
* Fix test_bootstrap_link_via_app_data.py file name (#1994)Felix Yan2020-10-251-0/+0
* Fallback functionality for interpreter discovery (#1995)Bernát Gábor2020-10-251-1/+23
* Bump setuptools and fix Windows subprocess with cwd broken (#1982)Bernát Gábor2020-10-151-0/+17
* Fix absolute paths for Cygwin (#1970)davidcoghlan2020-10-121-44/+0
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-045-4/+7
* Fix cygwin NoneType error if POSIX path in dest (#1964)Dan Yeaw2020-10-031-0/+13
* Process pth files even if $PYTHONPATH points to site-packages/ (#1960)Kirill Smelkov2020-10-011-0/+27
* Fix activator path in cygwin and msys2 (#1952)Dan Yeaw2020-09-301-0/+31
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-1013-25/+79
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-311-2/+2
* Use unix line-endings in bash activate script (#1924)Siddhant Kumar2020-08-234-4/+16
* Upgrade pip and setuptools (#1918) (#1925)Bernát Gábor2020-08-171-3/+2
* Upgrade to pip 20.1.1 (#1909)Bernát Gábor2020-07-291-0/+2
* Use \n instead if \r\n as line separator (#1905)Bernát Gábor2020-07-241-3/+22
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-243-5/+18
* make tests work better on pytest 4.x and python 3.x (#1900)Anthony Sottile2020-07-222-2/+7
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-0/+16
* Improve periodic update handling (#1892)Bernát Gábor2020-07-072-9/+105
* Fix test suite failing if run under system Python (#1888)Bernát Gábor2020-07-061-1/+1
* Fix parallel app-data base image creation (#1870)Bernát Gábor2020-06-231-0/+33
* Fix test on Ubuntu pypy2release-20.0.24Bernat Gabor2020-06-221-2/+9
* Do not write .gitignore if already exists (#1866)Bernát Gábor2020-06-211-0/+7
* Implement periodic update feature (#1841)Bernát Gábor2020-06-2119-86/+651
* 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-222-0/+5
* 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
* Mark virtual environments ignored for Git (#1825)Bernát Gábor2020-05-121-0/+3
* Bump linters (#1823)Bernát Gábor2020-05-1216-39/+43
* 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-033-14/+32
* 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
* Bump pip to 20.1 (#1795)Bernát Gábor2020-04-291-1/+0
* 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-271-1/+0
* Ensure makefile is present on CPython2 POSIX (#1787)Bernát Gábor2020-04-261-10/+17