We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc55686 commit cb7ce39Copy full SHA for cb7ce39
1 file changed
.github/workflows/code_test_and_deploy.yml
@@ -77,7 +77,7 @@ jobs:
77
pytest tests/tests_transfers/ssh
78
- name: All Other Tests
79
run: |
80
- pytest --ignore tests/tests_transfers/ssh
+ pytest -k "test_aws_transfer or test_gdrive_transfer"
81
82
build_sdist_wheels:
83
name: Build source distribution
0 commit comments