Skip to content

Commit

Permalink
Avoid invalid-name pylint error in GSSAPI test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Jun 10, 2022
1 parent a9ed02e commit 34137ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gssapi_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def mechs(self):
class RequirementFlag(IntEnum):
"""Stub class for GSS requirement flags"""

# pylint: disable=invalid-name

delegate_to_peer = 1
mutual_authentication = 2
integrity = 4
Expand Down

0 comments on commit 34137ec

Please sign in to comment.