From ba210548b4ab5ecbbe94f4258c43bc016bcaa891 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Mon, 16 Oct 2023 12:40:00 +0200 Subject: [PATCH] remove a forced environment setting in ssh-tests This commit removes left over code that was used for local testing --- datalad_next/url_operations/tests/test_ssh.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/datalad_next/url_operations/tests/test_ssh.py b/datalad_next/url_operations/tests/test_ssh.py index ec820fe32..c2293783f 100644 --- a/datalad_next/url_operations/tests/test_ssh.py +++ b/datalad_next/url_operations/tests/test_ssh.py @@ -12,9 +12,6 @@ UrlOperationsResourceUnknown, ) -import os -os.environ['DATALAD_TESTS_SSH'] = '1' - # path magic inside the test is posix only @skip_if_on_windows