mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
Fix wrong smp_test parameters
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ from typing import Optional, Any
|
||||
# pylint: disable=invalid-name
|
||||
# -----------------------------------------------------------------------------
|
||||
@pytest.fixture(
|
||||
scope="session", params=["bumble.crypto._builtin", "bumble.crypto._cryptography"]
|
||||
scope="session", params=["bumble.crypto.builtin", "bumble.crypto.cryptography"]
|
||||
)
|
||||
def crypto_backend(request):
|
||||
backend = pytest.importorskip(request.param)
|
||||
|
||||
Reference in New Issue
Block a user