-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix legacy flags, deprecate them and remove --index-url #2731
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gaborbernat
force-pushed
the
2690
branch
5 times, most recently
from
December 15, 2022 17:48
4316940
to
719d4e7
Compare
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
jayaddison
reviewed
Dec 15, 2022
@@ -72,6 +72,7 @@ def test_spinner_atty(capfd: CaptureFixture, monkeypatch: MonkeyPatch) -> None: | |||
|
|||
|
|||
@time_machine.travel("2012-01-14", tick=False) | |||
@pytest.mark.flaky(max_runs=3, min_passes=1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reported upstream to adamchainz/time-machine#311
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...and looped back around to #2407 ♻️
descope bot
referenced
this pull request
in descope/django-descope
Dec 30, 2022
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [tox](https://github.com/tox-dev/tox) | dev | patch | `4.0.11` -> `4.0.12` | `4.1.1` (+8) | --- ### Release Notes <details> <summary>tox-dev/tox</summary> ### [`v4.0.12`](https://github.com/tox-dev/tox/releases/tag/4.0.12) [Compare Source](https://github.com/tox-dev/tox/compare/4.0.11...4.0.12) #### What's Changed - Fix legacy flags, deprecate them and remove --index-url by [@​gaborbernat](https://github.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2731](https://github.com/tox-dev/tox/pull/2731) - syntax fix for tox 4 - CLI args section by [@​evgeni](https://github.com/evgeni) in [https://github.com/tox-dev/tox/pull/2734](https://github.com/tox-dev/tox/pull/2734) - implement pseudo tty on stdout/stderr by [@​masenf](https://github.com/masenf) in [https://github.com/tox-dev/tox/pull/2711](https://github.com/tox-dev/tox/pull/2711) - Document user level config by [@​ziima](https://github.com/ziima) in [https://github.com/tox-dev/tox/pull/2736](https://github.com/tox-dev/tox/pull/2736) - Fix python hash seed not being set by [@​gaborbernat](https://github.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2739](https://github.com/tox-dev/tox/pull/2739) #### New Contributors - [@​evgeni](https://github.com/evgeni) made their first contribution in [https://github.com/tox-dev/tox/pull/2734](https://github.com/tox-dev/tox/pull/2734) **Full Changelog**: tox-dev/tox@4.0.11...4.0.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMCJ9--> Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #2690