Skip to content

Commit

Permalink
fix:skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Apr 1, 2024
1 parent 611d515 commit eca2b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_lua_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
pytest.mark.asyncio,
])

lua_modules_test = pytest.importorskip("lupa")


@pytest.mark.load_lua_modules('cjson')
async def test_async_asgi_ratelimit_script(async_redis: redis.Redis):
Expand Down

0 comments on commit eca2b82

Please sign in to comment.