Skip to content

Relax tests requirements #595

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

Closed
rominf opened this issue Mar 29, 2022 · 2 comments · Fixed by #638
Closed

Relax tests requirements #595

rominf opened this issue Mar 29, 2022 · 2 comments · Fixed by #638
Labels
type: twilio enhancement feature request on Twilio's roadmap

Comments

@rominf
Copy link

rominf commented Mar 29, 2022

Issue Summary

I'm a Fedora packager for python3-twilio. I get an error during build process related with too strict version pinning for mock and sphinx. I don't think this is necessary: I've made a patch which removes pinning, and hence mock 4.0.3 and Sphinx 4.4.0 are installed. And the tests pass. Consider removing the pinning, or at least, make it use >= operator. It'll make lives of packagers easier.

Exception/Log

...
No matching package to install: 'python3dist(mock) = 0.8'
Package python3-packaging-21.3-2.fc36.noarch is already installed.
Package python3-pip-22.0.4-1.fc37.noarch is already installed.
Package python3-setuptools-60.9.3-1.fc37.noarch is already installed.
No matching package to install: 'python3dist(sphinx) = 1.8'
...

Technical details:

  • twilio-python version: 7.8.0
  • python version: 3.10
@childish-sambino
Copy link
Contributor

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@childish-sambino childish-sambino added type: community enhancement feature request not on Twilio's roadmap status: help wanted requesting help from the community labels Mar 30, 2022
@paulwouters
Copy link

+1

@childish-sambino childish-sambino added status: work in progress Twilio or the community is in the process of implementing and removed status: help wanted requesting help from the community labels Jan 19, 2023
@childish-sambino childish-sambino added type: twilio enhancement feature request on Twilio's roadmap and removed type: community enhancement feature request not on Twilio's roadmap status: work in progress Twilio or the community is in the process of implementing labels Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: twilio enhancement feature request on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants