add warning, pushshift install to tests

This commit is contained in:
Sean Breckenridge 2021-10-28 13:45:56 -07:00
parent a036461daf
commit 252037c97b
2 changed files with 6 additions and 2 deletions

View file

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