Skip to content

Commit

Permalink
remove a forced environment setting in ssh-tests
Browse files Browse the repository at this point in the history
This commit removes left over code that was used
for local testing
  • Loading branch information
christian-monch committed Oct 16, 2023
1 parent 3bb9c98 commit ba21054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datalad_next/url_operations/tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba21054

Please sign in to comment.