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

2 tests fail #49

Open
yurivict opened this issue Jan 1, 2024 · 2 comments
Open

2 tests fail #49

yurivict opened this issue Jan 1, 2024 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Jan 1, 2024

log

Python-3.9
FreeBSD 14.0

@cctdaniel
Copy link
Contributor

hi! thanks for submitting an issue, did you install the dependencies before running the tests? I see that your tests are failing with the fixture 'solana_client' not found error. When pytest runs this test, it will automatically call the solana_client fixture function which is defined in conftest.py as a global fixture and pass its return value to the test function.

@yurivict
Copy link
Author

All dependencies listed in setup.py are installed.
Why isn't 'solana_client' not found?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants