Skip to content

Commit

Permalink
Change vault api test case to integration test case and add missing c…
Browse files Browse the repository at this point in the history
…onditional requirements
  • Loading branch information
nuwang committed Dec 20, 2021
1 parent 592603e commit be9f210
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
4 changes: 4 additions & 0 deletions lib/galaxy/dependencies/conditional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ fs-s3fs # type: s3
s3fs # type: s3fs
fs.anvilfs # type: anvil

# Vault backend
hvac
custos-sdk

# Chronos client
chronos-python==1.2.1

Expand Down
13 changes: 0 additions & 13 deletions lib/galaxy_test/api/vault_conf.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
put
)

from ._framework import ApiTestCase
from galaxy_test.driver import integration_util

TEST_USER_EMAIL = "[email protected]"


class ExtraUserPreferencesApiTestCase(ApiTestCase):
class ExtraUserPreferencesTestCase(integration_util.IntegrationTestCase):

@classmethod
def handle_galaxy_config_kwds(cls, config):
Expand Down

0 comments on commit be9f210

Please sign in to comment.