-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error when running tests in spaceflights_pandas starter #252
Comments
Thanks for reporting that bug, @michal-mmm! It looks like we need to add Would you be interested in raising a PR to fix this? |
Looks like this is a duplicate of #221 |
Yep, I can do that later today
Sorry, forgot to look through existing issues |
Fixed by #254 |
Description
When running
pytest
for the starterspaceflights_pandas
the error occurs.Exact place of the error:
kedro-starters/spaceflights-pandas/{{ cookiecutter.repo_name }}/tests/test_run.py
Line 23 in 9499a2c
Code for the instantiated object:
https://github.com/kedro-org/kedro/blob/91468e64ea6f1fc4d51fe6313d738476189dd74a/kedro/framework/context/context.py#L148
Context
I was trying to run tests.
Steps to Reproduce
kedro new --starter=spaceflights-pandas
uv
)pytest
Expected Result
Passing tests
Actual Result
Tell us what happens instead.
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
Relevant elements of
pyproject.toml
:pip show kedro
orkedro -V
): 0.19.9python -V
): 3.10.15The text was updated successfully, but these errors were encountered: