add warning, pushshift install to tests
This commit is contained in:
parent
a036461daf
commit
252037c97b
2 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,10 @@ REQUIRES = [
|
|||
'git+https://github.com/karlicoss/rexport',
|
||||
]
|
||||
|
||||
from my.core import warnings as W
|
||||
|
||||
# TODO: add link to instructions to migrate
|
||||
W.high("DEPRECATED! Instead of my.reddit, import from my.reddit.all instead.")
|
||||
|
||||
# TODO: add warning here
|
||||
|
||||
from .rexport import *
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -88,7 +88,8 @@ commands =
|
|||
hpi module install my.hypothesis
|
||||
hpi module install my.instapaper
|
||||
hpi module install my.pocket
|
||||
hpi module install my.reddit
|
||||
hpi module install my.reddit.rexport
|
||||
hpi module install my.reddit.pushshift
|
||||
hpi module install my.stackexchange.stexport
|
||||
hpi module install my.pinboard
|
||||
hpi module install my.arbtt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue