summaryrefslogtreecommitdiff
path: root/tests/unit/discovery
Commit message (Expand)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-272-2/+2
* Drop Python 2 support (#2548)Bernát Gábor2023-04-198-6/+16
* Sepcify the encoding (#2515)Filipe Laíns2023-03-122-4/+4
* Support Windows CPython interpreters distributed by non-standard orgs (#2504)faph2023-02-274-186/+206
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-2/+2
* Py marker means any python not CPython (#2460)Bernát Gábor2022-12-051-3/+2
* Try alternate filenames for system_executable (#2442)Vincent Fazio2022-11-101-0/+23
* fix building python3.10 virtualenvs on debian derivatives (#2415)Anthony Sottile2022-09-121-0/+71
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-045-15/+18
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-256-85/+57
* Fix test_py_info to work on Python 3.11 too (#2380)rkucsora2022-07-231-1/+2
* Fix the CI (#2254)Bernát Gábor2021-12-281-1/+2
* Fix test_custom_venv_install_scheme_is_prefered mocking if "venv" install sch...Miro Hrončok2021-12-031-1/+8
* Favor the "venv" sysconfig install scheme over the default and distutils sche...Miro Hrončok2021-10-281-0/+62
* Fix the CI and bump setuptools (#2205)Bernát Gábor2021-10-041-1/+1
* Support without distutils (#2146)Bernát Gábor2021-07-142-2/+2
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-182-3/+7
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-5/+5
* Fallback functionality for interpreter discovery (#1995)Bernát Gábor2020-10-251-1/+23
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-102-3/+7
* Fix test suite failing if run under system Python (#1888)Bernát Gábor2020-07-061-1/+1
* Add 3.9 on Linux to the test suite (#1839)Bernát Gábor2020-05-221-0/+2
* Bump linters (#1823)Bernát Gábor2020-05-125-15/+19
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-022-28/+28
* make test discovery more deterministic (#1802)Anthony Sottile2020-05-021-2/+2
* Handle poison interpreters during discovery (#1790)Bernát Gábor2020-04-281-0/+11
* Setuptools compatibility with cli_run (#1771)Bernát Gábor2020-04-161-0/+7
* Fix discovery when name is non-spec format on PATH (#1748)Bernát Gábor2020-03-241-0/+20
* Fix relative discovery (#1734)Bernát Gábor2020-03-191-0/+9
* Allow testing via the system Python (#1731)Bernát Gábor2020-03-182-6/+10
* Fix Windows Store support (#1725)Bernát Gábor2020-03-174-6/+18
* Fix py info might be misslead by distutils config (#1705)Bernát Gábor2020-03-101-0/+25
* A more robust way to get scripts path (#1706)Bernát Gábor2020-03-101-2/+1
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-264-30/+30
* macOs Python 2 Framework support (#1641)Bernát Gábor2020-02-211-4/+5
* Discover python interpreter in a case insensitive manner (#1629)PRAJWAL M2020-02-152-2/+11
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-2/+2
* on exe discovery ignore incorrect interpreters, also try in the… (#1573)Bernát Gábor2020-02-111-1/+6
* generate fish and bash activators on Windows (#1528)Bernát Gábor2020-01-311-1/+1
* Better handling of base executable not found #1515Bernát Gábor2020-01-303-20/+113
* Support relative paths for the python specification string. (#1523)Bernát Gábor2020-01-291-1/+9
* We should override the executable rather than original executable during our ...Bernat Gabor2020-01-291-1/+1
* Cached python information load should update original executable (#1513)Bernát Gábor2020-01-281-11/+23
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-282-7/+21
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-216-0/+634