Skip to content

Commit

Permalink
removed httpretty
Browse files Browse the repository at this point in the history
- use wrappers instead of contexts for channel tests (reduces intendation)
- get rid of httpretty - doesn't work with new pytest anymore
  • Loading branch information
tmbo committed Jun 1, 2019
1 parent 1cca661 commit a3644bb
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 368 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pytest==4.5.0
pytest-cov==2.7.1
pytest-localserver==0.5.0
pytest-sanic==1.0.0
httpretty==0.9.6
freezegun==0.3.12
responses==0.9.0
nbsphinx==0.3.2
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ codestyle_exclude =
rasa/core/policies/tf_utils.py
rasa/core/policies/__init__.py
filterwarnings =
ignore::ResourceWarning:httpretty[.*]
ignore::ResourceWarning:ruamel[.*]

log_cli = 1
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"pytest-localserver~=0.5.0",
"pytest-sanic~=1.0.0",
"responses~=0.9.0",
"httpretty~=0.9.0",
"freezegun~=0.3.0",
"nbsphinx>=0.3",
"aioresponses~=0.6.0",
Expand Down
Loading

0 comments on commit a3644bb

Please sign in to comment.