Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some SSH channel related test infrastructure #3693

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions parsl/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ def pytest_configure(config):
'markers',
'staging_required: Marks tests that require a staging provider, when there is no sharedFS'
)
config.addinivalue_line(
'markers',
'sshd_required: Marks tests that require a SSHD'
)
config.addinivalue_line(
'markers',
'multiple_cores_required: Marks tests that require multiple cores, such as htex affinity'
Expand Down
2 changes: 0 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
flake8==6.1.0
pandas
paramiko
pytest>=7.4.0,<8
pytest-cov
pytest-random-order
Expand All @@ -10,7 +9,6 @@ mypy==1.5.1
types-mock
types-python-dateutil
types-requests
types-paramiko
mpi4py

# sqlalchemy is needed for typechecking, so it's here
Expand Down
Loading