From b7df94b8a419f7ed949421d22896286dc1b15233 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 25 Oct 2017 11:42:19 -0700 Subject: Mark known slow tests as 'slow' pytest marker, and skip them by default --- tests/test_sftp_big.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_sftp_big.py') diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py index e5708312..a659098d 100644 --- a/tests/test_sftp_big.py +++ b/tests/test_sftp_big.py @@ -32,7 +32,10 @@ import unittest from paramiko.common import o660 +from .util import slow + +@slow class TestBigSFTP(object): def test_1_lots_of_files(self, sftp): """ -- cgit v1.2.3