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

Test environment has undocumented dependencies #529

Open
llamasoft opened this issue Sep 29, 2019 · 0 comments
Open

Test environment has undocumented dependencies #529

llamasoft opened this issue Sep 29, 2019 · 0 comments
Assignees
Labels
developer experience Developer setup and experience tests related to tests (not necessarily CI/CD)

Comments

@llamasoft
Copy link
Contributor

After setting up an environment according to the "Testing" section of the documentation I ran into a few issues with missing dependencies:

  • Running make test assumes that you have Python versions 2.7, 3.6, and 3.7 installed otherwise the tests eventually end in failure.
  • The LdapServer module required by the LDAP integration tests requires Java to be installed.

The documentation also suggests running virtualenv hvac-env, but this will eventually result in flake8 failing. The tox.ini entry for flake8 excludes scanning a "venv" directory, but not the suggested "hvac-env".

@briantist briantist self-assigned this Sep 17, 2023
@briantist briantist added tests related to tests (not necessarily CI/CD) developer experience Developer setup and experience labels Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience Developer setup and experience tests related to tests (not necessarily CI/CD)
Projects
None yet
Development

No branches or pull requests

2 participants