From 162213fa1a4551bd955134c97ca5276a5f29e907 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 27 Apr 2023 18:00:16 -0400 Subject: Migrate rest of main keys and update suite to be more pytest-relaxed compat Main branch as of today: 350 passed, 21 skipped, 52 deselected, 3 warnings in 11.10s This branch as of this commit: 361 passed, 21 skipped, 52 deselected, 3 warnings in 10.51s Of those 11 "new" tests, 8 are ones I wrote (tests/pkey.py). Hard to figure out what the other 3 are given pytest-relaxed's output is very different from regular verbose pytest. oops. --- tests/test_sftp_big.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_sftp_big.py') diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py index 5192f657..acfe71e3 100644 --- a/tests/test_sftp_big.py +++ b/tests/test_sftp_big.py @@ -30,7 +30,7 @@ import time from paramiko.common import o660 -from .util import slow +from ._util import slow @slow -- cgit v1.2.3