-
Notifications
You must be signed in to change notification settings - Fork 773
setup.py - stop distributing 'tests' #246
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
Conversation
Removed the Grant class for simplicity. Moved the ACTION constants up to the module scope and renamed them for their purpose.
… into scoped-auth-tokens
Fix formatting problems (whitespaces at end of lines, line length of 80 chars, two spaces before class names, new lines at end of file, no spaces between default parameter attributes,) Fix old capability test
Remove CapabilityAPI
account_uri not account_url! ;)
Added missing "addresses" endpoint to client.py
Fix phone call -> message copypasta
The closing tag for <Response> in the sample text is missing the slash. e.g. </Response>
Fix the closing tag for <response>
1380ebd
to
81c466c
Compare
rebased, bump @carlosdp |
bump @carlosdp |
Add programmable voice grant
Add VideoGrant.
Found this hanging around when I installed twilio. Test Plan: Did `tox -r -e py27`, then `ls .tox/py27/lib/python2.7/site-packages/tests` stopped reporting the directory as existing.
81c466c
to
ffcd392
Compare
rebased, bump @ihumanable @jingming @carlosdp |
@adamchainz sorry this got ignored for so long. we just released a major redesign of the library in the 6.x series and this PR is no longer mergeable. Is this still a problem? |
Why did you close? This isn't fixed, you can easily tell for yourself by making a new virtualenv, installing
Github has gone crazy on the PR, I think because you've majorly modified the master branch. The only change you need to fix this pollution is my commit, ffcd392 . |
@adamchainz closed it because it wasnt clear if that was still a problem and this PR was polluted with other commits. I've opened a new pr with just your change it, we'll get it into the next release, thanks for your feedback! |
Found this hanging around when I installed twilio.
Test Plan: Did
tox -r -e py27
, thenls .tox/py27/lib/python2.7/site-packages/tests
stopped reporting the directory as existing.