Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
wants to merge 163 commits into from

Conversation

adamchainz
Copy link

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.

AlexPayment and others added 30 commits April 27, 2015 16:51
Removed the Grant class for simplicity.  Moved the ACTION constants
up to the module scope and renamed them for their purpose.
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
nookiepl and others added 9 commits February 11, 2016 14:08
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>
@adamchainz adamchainz force-pushed the dont_distribute_tests branch from 1380ebd to 81c466c Compare May 13, 2016 16:53
@adamchainz
Copy link
Author

rebased, bump @carlosdp

@adamchainz
Copy link
Author

bump @carlosdp

@adamchainz adamchainz force-pushed the dont_distribute_tests branch from 81c466c to ffcd392 Compare October 7, 2016 09:50
@adamchainz
Copy link
Author

rebased, bump @ihumanable @jingming @carlosdp

@codejudas
Copy link
Contributor

codejudas commented Apr 6, 2017

@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?

@codejudas codejudas closed this Apr 6, 2017
@adamchainz
Copy link
Author

Why did you close? This isn't fixed, you can easily tell for yourself by making a new virtualenv, installing twilio, then running:

$ python
Python 2.7.13 (default, Dec 18 2016, 07:03:39)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tests
>>> tests.holodeck
<module 'tests.holodeck' from '/Users/chainz/.virtualenvs/test/lib/python2.7/site-packages/tests/holodeck.pyc'>
>>>

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 .

@codejudas
Copy link
Contributor

@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!

#328

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.