You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests in tests/standard/fido2/pin/ assume that the authenticator supports clientPin. Authenticators which verify the user directly on the device, such as Trezor, do not support clientPin, so they will fail these tests. The tests should be run only if the clientPin option is present in the authenticatorGetInfo response.
I am not sure how to implement this, because apparently you can't do @pytest.mark.skipif() based upon the info fixture.
The text was updated successfully, but these errors were encountered:
The tests in tests/standard/fido2/pin/ assume that the authenticator supports clientPin. Authenticators which verify the user directly on the device, such as Trezor, do not support clientPin, so they will fail these tests. The tests should be run only if the clientPin option is present in the authenticatorGetInfo response.
I am not sure how to implement this, because apparently you can't do @pytest.mark.skipif() based upon the info fixture.
The text was updated successfully, but these errors were encountered: