File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11flake8==6.1.0
22pandas
3- paramiko
43pytest>=7.4.0,<8
54pytest-cov
65pytest-random-order
@@ -10,7 +9,6 @@ mypy==1.5.1
109types-mock
1110types-python-dateutil
1211types-requests
13- types-paramiko
1412mpi4py
1513
1614# sqlalchemy is needed for typechecking, so it's here
You can’t perform that action at this time.
0 commit comments