Skip to content
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
merged 1 commit into from Dec 15, 2022

Conversation

gaborbernat
Copy link
Member

@gaborbernat gaborbernat commented Dec 15, 2022

Resolves #2690

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
@@ -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)
Copy link
Contributor

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

Copy link
Contributor

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 ♻️

@gaborbernat gaborbernat merged commit 4558fee into tox-dev:main Dec 15, 2022
@gaborbernat gaborbernat deleted the 2690 branch December 15, 2022 23:59
descope bot added a commit to descope/django-descope that referenced this pull request Dec 30, 2022
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [tox](https://togithub.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://togithub.com/tox-dev/tox/releases/tag/4.0.12)

[Compare
Source](https://togithub.com/tox-dev/tox/compare/4.0.11...4.0.12)

#### What's Changed

- Fix legacy flags, deprecate them and remove --index-url by
[@&#8203;gaborbernat](https://togithub.com/gaborbernat) in
[tox-dev/tox#2731
- syntax fix for tox 4 - CLI args section by
[@&#8203;evgeni](https://togithub.com/evgeni) in
[tox-dev/tox#2734
- implement pseudo tty on stdout/stderr by
[@&#8203;masenf](https://togithub.com/masenf) in
[tox-dev/tox#2711
- Document user level config by
[@&#8203;ziima](https://togithub.com/ziima) in
[tox-dev/tox#2736
- Fix python hash seed not being set by
[@&#8203;gaborbernat](https://togithub.com/gaborbernat) in
[tox-dev/tox#2739

#### New Contributors

- [@&#8203;evgeni](https://togithub.com/evgeni) made their first
contribution in
[tox-dev/tox#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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The --pre option isn't passed to pip
2 participants