Skip to content

Commit 45d60a8

Browse files
authored
Remove some SSH channel related test infrastructure (#3693)
SSH channels were removed in #3677 ## Type of change - Code maintenance/cleanup
1 parent 3151ca8 commit 45d60a8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

parsl/tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ def pytest_configure(config):
143143
'markers',
144144
'staging_required: Marks tests that require a staging provider, when there is no sharedFS'
145145
)
146-
config.addinivalue_line(
147-
'markers',
148-
'sshd_required: Marks tests that require a SSHD'
149-
)
150146
config.addinivalue_line(
151147
'markers',
152148
'multiple_cores_required: Marks tests that require multiple cores, such as htex affinity'

test-requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
flake8==6.1.0
22
pandas
3-
paramiko
43
pytest>=7.4.0,<8
54
pytest-cov
65
pytest-random-order
@@ -10,7 +9,6 @@ mypy==1.5.1
109
types-mock
1110
types-python-dateutil
1211
types-requests
13-
types-paramiko
1412
mpi4py
1513

1614
# sqlalchemy is needed for typechecking, so it's here

0 commit comments

Comments
 (0)