-
-
Notifications
You must be signed in to change notification settings - Fork 530
Comparing changes
Open a pull request
base repository: tox-dev/tox
base: 4.14.2
head repository: tox-dev/tox
compare: 4.15.0
- 13 commits
- 26 files changed
- 10 contributors
Commits on Mar 24, 2024
-
Remove duplicated and misleading configuration section (#3251)
The removed section described `package_root` in a way which could be interpreted that it is a configuration option for a testenv, whereas it is a configuration option for the tox section, which is already properly documented.
Configuration menu - View commit details
-
Copy full SHA for 1f431a8 - Browse repository at this point
Copy the full SHA 1f431a8View commit details -
Fix dropped leading characters
c
from constraints' packages (#3250)`lstrip` takes a set, not a string, so `.lstrip("-c ")` did not work as intended. Until we only support Python 3.9 or higher, we need to use a custom function to remove a prefix. With Python 3.9+ we can use the builtin `.removeprefix`. This fixes #3247. Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 51ce2bc - Browse repository at this point
Copy the full SHA 51ce2bcView commit details
Commits on Mar 25, 2024
-
[pre-commit.ci] pre-commit autoupdate (#3252)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08223fc - Browse repository at this point
Copy the full SHA 08223fcView commit details
Commits on Apr 2, 2024
-
Update test typing for build 1.2.0 which has an explicit Distribution type.
Configuration menu - View commit details
-
Copy full SHA for a22fe8f - Browse repository at this point
Copy the full SHA a22fe8fView commit details -
[pre-commit.ci] pre-commit autoupdate (#3258)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a19a946 - Browse repository at this point
Copy the full SHA a19a946View commit details -
Update installation.rst (#3257)
* Update installation.rst * Add changelog file
Configuration menu - View commit details
-
Copy full SHA for d28a9ee - Browse repository at this point
Copy the full SHA d28a9eeView commit details -
Allow appending to deps with the command line (#3259)
* Support __iadd__ in PythonDeps * Allow appending to deps with -x testenv.deps+=foo Fixes: #3256 --------- Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c2be629 - Browse repository at this point
Copy the full SHA c2be629View commit details
Commits on Apr 3, 2024
-
Support multiple override appends (#3261)
Currently only the last override supplied is considered, in conflict with now supported append overrides ("+="). This now enables appending multiple times via the command line.
Configuration menu - View commit details
-
Copy full SHA for f5850c0 - Browse repository at this point
Copy the full SHA f5850c0View commit details
Commits on Apr 9, 2024
-
[pre-commit.ci] pre-commit autoupdate (#3265)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e5a3db - Browse repository at this point
Copy the full SHA 0e5a3dbView commit details
Commits on Apr 23, 2024
-
[pre-commit.ci] pre-commit autoupdate (#3267)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 822c9d0 - Browse repository at this point
Copy the full SHA 822c9d0View commit details
Commits on Apr 26, 2024
-
Add bang to invert exit code (#3271)
Co-authored-by: Asger Gitz-Johansen <asgj@gomspace.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 809e10f - Browse repository at this point
Copy the full SHA 809e10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54dfbd - Browse repository at this point
Copy the full SHA c54dfbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261b4ca - Browse repository at this point
Copy the full SHA 261b4caView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.14.2...4.15.0