Remove report_spam test, update tests with --logging-filter
* report spam was being abused and started turning a 403 * try to only log messages from twython, oauthlib is exposing our secrets when tests fail :(
This commit is contained in:
parent
48fc5d4c36
commit
c00647a5a0
2 changed files with 1 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ env:
|
|||
- PROTECTED_TWITTER_2=TwythonSecure2
|
||||
- TEST_TWEET_ID=332992304010899457
|
||||
- TEST_LIST_ID=574
|
||||
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase --cover-package="twython" --with-coverage
|
||||
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase --logging-filter="twython" --cover-package="twython" --with-coverage
|
||||
install: pip install -r requirements.txt
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue