summaryrefslogtreecommitdiff
path: root/src/tox/tox_env/python
Commit message (Expand)AuthorAgeFilesLines
...
* Support for the --discover flag (#2245)Bernát Gábor2021-10-041-0/+2
* Support for external packages and builders (#2235)Bernát Gábor2021-09-2610-192/+395
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-242-7/+12
* No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225)Bernát Gábor2021-09-181-0/+11
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-156-17/+23
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-111-1/+1
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-215-49/+46
* Check base python against env name and raise if differs (#2156)Bernát Gábor2021-08-152-1/+33
* Add documentation for configuration values (#2127)Bernát Gábor2021-07-283-5/+5
* Bump formattersBernát Gábor2021-05-072-2/+2
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-1/+1
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-134-103/+153
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-1/+1
* Minor code improvements (#2017)Miroslav Šedivý2021-04-113-6/+4
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-096-412/+632
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-15/+40
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-062-6/+2
* remove duplicated word (#1992)Jürgen Gmach2021-04-051-1/+1
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0510-740/+886
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-2/+5
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-10/+11
* Do not make temp requirements file for deps (#1906)Bernát Gábor2021-02-122-8/+6
* Support requirements file containing --hash (#1905)Bernát Gábor2021-02-121-2/+10
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-1/+2
* Add more flake8 checks (#1899)Bernát Gábor2021-02-065-6/+8
* Add package_root support (#1891)Bernát Gábor2021-02-012-2/+5
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-012-46/+29
* Add platform support (#1888)Bernát Gábor2021-01-301-0/+5
* Add list_dependencies_command support (#1887)Bernát Gábor2021-01-301-3/+8
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-302-11/+47
* Support for pip_pre config (#1885)Bernát Gábor2021-01-301-1/+11
* Fix bad package dependencies with differing extras (#1869)Bernát Gábor2021-01-232-17/+18
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-232-48/+64
* Recreate when virtualenv changes (#1866)Bernát Gábor2021-01-221-0/+8
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-222-7/+4
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-213-24/+61
* Support all requirement one arg flags to be specified without space (#1835)Bernát Gábor2021-01-161-32/+49
* Handle spaces in paths within requirement files (#1828)Bernát Gábor2021-01-161-5/+17
* Support legacy way of specifying constraint files (and expand constraint file...Bernát Gábor2021-01-141-6/+10
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-131-1/+1
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-1310-191/+201
* Adopt same pass env list as tox 3 hasBernát Gábor2021-01-111-3/+2
* Better handling of set_env (#1784)Bernát Gábor2021-01-114-18/+33
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-12/+19
* Stable order dependenciesBernát Gábor2021-01-081-0/+1
* Fix package env recreate not workingBernát Gábor2021-01-071-1/+1
* Requirement files support within depsBernát Gábor2021-01-077-42/+206
* Add tests for the package dependency marker filtersBernát Gábor2021-01-041-26/+32
* Add test for dependency removal triggers recreateBernát Gábor2021-01-031-1/+3
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-031-2/+2