Skip to content

Commit eca2b82

Browse files
committed
fix:skip tests
1 parent 611d515 commit eca2b82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_lua_modules.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
pytest.mark.asyncio,
1010
])
1111

12+
lua_modules_test = pytest.importorskip("lupa")
13+
1214

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

0 commit comments

Comments
 (0)