Skip to content

Commit 7f5c065

Browse files
committed
Disable dup code lint
1 parent 156b139 commit 7f5c065

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system_tests/test_share_storage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def test_shares_on_hubs():
2121
"""
2222
Test that getting a key on the master client results in shares being created on the hubs.
2323
"""
24+
# Pylint complains this looks too much like test_etsi_qkd
25+
# pylint: disable=duplicate-code
2426
# Get key on master client
2527
key_id = system_test_common.get_key("sam", "sunny")
2628
# There should be a share stored one each hub (we only check hank)

0 commit comments

Comments
 (0)