You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
237 B
12 lines
237 B
4 weeks ago
|
--- a/tests/conftest.py
|
||
|
+++ b/tests/conftest.py
|
||
|
@@ -4,7 +4,7 @@ import shutil
|
||
|
import threading
|
||
|
from pathlib import Path
|
||
|
|
||
|
-from invoke.vendor.lexicon import Lexicon
|
||
|
+from lexicon import Lexicon
|
||
|
|
||
|
import pytest
|
||
|
from paramiko import (
|