Skip to content

Commit

Permalink
Merge pull request #2 from faust-streaming/master
Browse files Browse the repository at this point in the history
keep up to date
  • Loading branch information
xgamer4 authored May 2, 2021
2 parents bbdd86e + 46e961e commit 798c54e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DMYPY ?= dmypy
BANDIT ?= bandit
RENDER_CONFIGREF ?= extra/tools/render_configuration_reference.py
CONFIGREF_TARGET ?= docs/includes/settingref.txt
TESTDIR ?= t
TESTDIR ?= tests
EXAMPLESDIR ?= examples
SPHINX_DIR ?= docs/
SPHINX_BUILDDIR ?= "${SPHINX_DIR}/_build"
Expand Down
2 changes: 1 addition & 1 deletion requirements/extras/orjson.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
orjson>=2.0,<3.0
orjson>=2.0,<4.0
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ wheel
-r extras/redis.txt
-r extras/statsd.txt
-r extras/yaml.txt
-r extras/prometheus.txt
-r extras/prometheus.txt
-r extras/orjson.txt
4 changes: 2 additions & 2 deletions tests/functional/web/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ async def test_redis__url(
password=password,
db=db,
skip_full_coverage_check=True,
**settings
**settings,
)


Expand Down Expand Up @@ -432,7 +432,7 @@ async def model_response(
*,
expected_status: int = 200,
expected_content_type: str = "application/json",
model=ResponseModel
model=ResponseModel,
):
assert response.status == 200
assert response.content_type == expected_content_type
Expand Down

0 comments on commit 798c54e

Please sign in to comment.