summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-02 19:59:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-02 19:59:11 -0500
commit6f5c73fa83765d1d23552ee7ca0b68704409969f (patch)
tree14d569a77df1d85a96f7a8b5a4ef6280220b81d0
parent2cfafb1b82b59a98f45dde570e1433774206d97b (diff)
downloadwheel-6f5c73fa83765d1d23552ee7ca0b68704409969f.tar.gz
Remove monkeypatch of keyring.backends.file, no longer necessary
-rw-r--r--wheel/test/test_tool.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/wheel/test/test_tool.py b/wheel/test/test_tool.py
index bce7fd2..078f1ed 100644
--- a/wheel/test/test_tool.py
+++ b/wheel/test/test_tool.py
@@ -9,9 +9,6 @@ def test_keygen():
pass
class keyringTest:
- backend = keyring.backend
- class backends:
- file = keyring.backends.file
@classmethod
def get_keyring(cls):
class keyringTest2: