summaryrefslogtreecommitdiff
path: root/tests/unit/seed
Commit message (Expand)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-274-25/+62
* Drop Python 2 support (#2548)Bernát Gábor2023-04-198-11/+17
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-293-9/+43
* Allow empty string as version for `find_compatible_in_house` (#2430)schaap2022-10-071-1/+7
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-048-32/+44
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-257-54/+33
* feature: cache downloaded wheel information (#2276)Matthieu Darbois2022-01-022-61/+160
* feature: store version update source in embed JSON file (#2273)Matthieu Darbois2022-01-012-19/+158
* fix: `--download` option (#2262)Matthieu Darbois2021-12-311-2/+29
* fix: pinned version are not working once periodic / manual updates kick-inmayeut2021-12-292-4/+75
* During seeding properly uninstall present versions of the wheels (#2186)Arcadiy Ivanov2021-09-241-3/+13
* Drop Python 3.4 support (#2143)Bernát Gábor2021-07-132-3/+5
* Fix upgrade embeded crashes (#2062)Bernát Gábor2021-02-011-2/+2
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-182-10/+18
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-211-6/+73
* clean up a few small things (#2002)Anthony Sottile2020-11-011-4/+5
* Fix test_bootstrap_link_via_app_data.py file name (#1994)Felix Yan2020-10-251-0/+0
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-044-4/+5
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-102-6/+21
* Avoid showing new windows on Windows (#1929)Bernát Gábor2020-08-311-2/+2
* Upgrade to pip 20.1.1 (#1909)Bernát Gábor2020-07-291-0/+2
* make tests work better on pytest 4.x and python 3.x (#1900)Anthony Sottile2020-07-221-2/+2
* Improve periodic update handling (#1892)Bernát Gábor2020-07-072-9/+105
* 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
* Implement periodic update feature (#1841)Bernát Gábor2020-06-2113-223/+570
* Add 3.9-dev and 3.10-dev via deadsnakes (#1846)Bernát Gábor2020-06-061-2/+2
* 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-132-3/+3
* Bump linters (#1823)Bernát Gábor2020-05-122-3/+3
* Better pip download failure handling (#1814)Bernát Gábor2020-05-041-0/+11
* Fix CPython2 not found on Windows via registry (#1797)Bernát Gábor2020-05-021-2/+5
* Run test suite in parallel (#1786)Bernát Gábor2020-04-252-3/+0
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-1/+1
* Support wheels without python-requires tag (#1758)Bernát Gábor2020-04-041-0/+11
* generate pipx.y besides pip-x.y (#1729)Bernát Gábor2020-03-181-1/+2
* fix disabling seed packages not working (#1713)Bernát Gábor2020-03-132-5/+24
* upgrade setuptools to 46.0.0 from 45.3.0 for Python3.5+ (#1702)Bernát Gábor2020-03-091-1/+0
* add timeout for tests (#1700)Bernát Gábor2020-03-083-0/+3
* use import hooks to patch distutils/setuptools (#1688)Bernát Gábor2020-03-041-1/+1
* support entry point paths with space (#1660)Nicola Soranzo2020-02-261-5/+6
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-0/+18
* Ensure distutils configuration values do not escape virtual environment (#1657)Bernát Gábor2020-02-241-1/+4
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-4/+4
* expose and document programmatic API (#1592)Bernát Gábor2020-02-123-7/+7
* app-data copies by default (#1578)Bernát Gábor2020-02-111-1/+5
* Better handling of base executable not found #1515Bernát Gábor2020-01-304-25/+9
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-3/+2
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-276-2/+142
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-213-0/+152