summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-271-17/+14
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-15/+4
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-041-17/+17
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-34/+17
* Windows embedable support (#2353)reksarka2022-06-251-1/+9
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-311-1/+1
* Fix pip_cert pytest fixture (#2083)Lumír 'Frenzy' Balhar2021-03-171-7/+8
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-2/+2
* Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)Bernát Gábor2021-01-121-1/+2
* Improve discovery on Windows and provide escape hatchet (#2046)Bernát Gábor2021-01-101-1/+1
* Try to fix the CI (#2041)Bernát Gábor2020-12-211-3/+32
* conftest.py: Make coverage optional (#2008)Miro Hrončok2020-11-211-23/+25
* Allow bypassing the logging setup via the Python API (#1904)Bernát Gábor2020-07-241-3/+3
* Don't preimport threading early (#1897)Kirill Smelkov2020-07-151-2/+8
* Fix test suite failing if run under system Python (#1888)Bernát Gábor2020-07-061-0/+7
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-6/+17
* Fix python 2 activator when generated from python 3 is invalid (#1805)Bernát Gábor2020-05-031-0/+13
* Run tests in randome order (#1799)Bernát Gábor2020-05-011-0/+13
* Fix pinning seed packages via app-data fails (#1788)Bernát Gábor2020-04-271-17/+6
* pythonw works as python on Windows (#1693)Bernát Gábor2020-03-081-1/+1
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-18/+43
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-1/+2
* expose and document programmatic API (#1592)Bernát Gábor2020-02-121-2/+2
* add option to view failure stacktraces (#1572)Bernát Gábor2020-02-111-2/+2
* Better handling of base executable not found #1515Bernát Gábor2020-01-301-2/+2
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-4/+27
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-3/+3
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-15/+13
* CentOs and Fedora support (#1500)Bernát Gábor2020-01-181-1/+1
* add zipapp support with bundled dependencies (#1491)Bernát Gábor2020-01-161-0/+17
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-3/+5
* consider empty value for an env-var also falseBernat Gabor2020-01-101-1/+1
* support for pypy2 and pypy3 (#1482)Bernát Gábor2020-01-101-8/+11
* link app data needs ro with symlinks (#1480)Bernát Gábor2020-01-101-1/+1
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-1/+1
* unicode support (#1477)Bernát Gábor2020-01-101-1/+28
* Cross version compatibility (#1475)Bernát Gábor2020-01-101-0/+13
* fixBernat Gabor2020-01-101-18/+18
* Stat rewrite - POCBernát Gábor2020-01-101-0/+209