""" pytest will fail to load this test file due to missing dependencies for the plugin. """ pytest_plugins = ["jwtauth.testing.pytest_plugin"] def test_basic() -> None: assert 1 + 1 == 2