Skip to content

Remove testrepository dependency#229

Merged
jamielennox merged 2 commits intomasterfrom
remove-testr
Jun 8, 2023
Merged

Remove testrepository dependency#229
jamielennox merged 2 commits intomasterfrom
remove-testr

Conversation

@jamielennox
Copy link
Copy Markdown
Owner

Testrepository was a speed up required when you had lots of tests running simultaneously. It was copied from openstack, but it appears to be abandoned these days. If not it's still a dependency we shouldn't need so remove it.

It used to be important that requests-mock didn't break compatibility
with nova or keystoneclient. This hasn't been a thing for a long time
and those tests don't work any more.

Scrap these old tests and ensure the requests-tip one is still actually
working.
testrepository was an openstack concept necessary when you had a lot
more tests than we do. It appears to be abandoned.

Remove the dependency and go back to testtools.run for a launcher.
@jamielennox jamielennox merged commit 15df8e2 into master Jun 8, 2023
@jamielennox jamielennox deleted the remove-testr branch June 8, 2023 13:33
renovate bot referenced this pull request in allenporter/pyrainbird Jun 11, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [requests-mock](https://requests-mock.readthedocs.io/)
([source](https://togithub.com/jamielennox/requests-mock)) | `==1.10.0`
-> `==1.11.0` |
[![age](https://badges.renovateapi.com/packages/pypi/requests-mock/1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/requests-mock/1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/requests-mock/1.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/requests-mock/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jamielennox/requests-mock</summary>

###
[`v1.11.0`](https://togithub.com/jamielennox/requests-mock/releases/tag/1.11.0)

[Compare
Source](https://togithub.com/jamielennox/requests-mock/compare/1.10.0...1.11.0)

#### What's Changed

- Upgrade GitHub Actions by
[@&#8203;cclauss](https://togithub.com/cclauss) in
[https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224)
- Typing analysis and public type aliases by
[@&#8203;noirbizarre](https://togithub.com/noirbizarre) in
[https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226)
- Use unittest.mock when available on Python > 3.3 by
[@&#8203;jelly](https://togithub.com/jelly) in
[https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230)
- Tell urllib3 to ignore content length mismatch by
[@&#8203;jamielennox](https://togithub.com/jamielennox) in
[https://github.com/jamielennox/requests-mock/pull/232](https://togithub.com/jamielennox/requests-mock/pull/232)
- Remove testrepository dependency by
[@&#8203;jamielennox](https://togithub.com/jamielennox) in
[https://github.com/jamielennox/requests-mock/pull/229](https://togithub.com/jamielennox/requests-mock/pull/229)

#### New Contributors

- [@&#8203;cclauss](https://togithub.com/cclauss) made their first
contribution in
[https://github.com/jamielennox/requests-mock/pull/224](https://togithub.com/jamielennox/requests-mock/pull/224)
- [@&#8203;noirbizarre](https://togithub.com/noirbizarre) made their
first contribution in
[https://github.com/jamielennox/requests-mock/pull/226](https://togithub.com/jamielennox/requests-mock/pull/226)
- [@&#8203;jelly](https://togithub.com/jelly) made their first
contribution in
[https://github.com/jamielennox/requests-mock/pull/230](https://togithub.com/jamielennox/requests-mock/pull/230)

**Full Changelog**:
jamielennox/requests-mock@1.10.0...1.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant