You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kedro-viz setup.py requires test_requirements.txt, but it's not packaged in pypi
Context
I am trying to package kedro-viz and kedro-airflow for conda-forge so that I can conda install them. Conda-forge runs setup.py as part of the build process. Kedro-viz directly references test_requirements.txt in setup.py, but test_requirements.txt is not packaged in the build for pypi, so running setup.py fails.
Steps to Reproduce
Download kedro-viz via pypi.
unzip it and run python setup.py.
Expected Result
Setup.py succeeds.
Actual Result
Setup.py fails because test_requirements.txt is missing.
FileNotFoundError: [Errno 2] No such file or directory: 'test_requirements.txt'
Description
Kedro-viz setup.py requires test_requirements.txt, but it's not packaged in pypi
Context
I am trying to package kedro-viz and kedro-airflow for conda-forge so that I can conda install them. Conda-forge runs setup.py as part of the build process. Kedro-viz directly references test_requirements.txt in setup.py, but test_requirements.txt is not packaged in the build for pypi, so running setup.py fails.
Steps to Reproduce
Expected Result
Setup.py succeeds.
Actual Result
Setup.py fails because test_requirements.txt is missing.
See kedro-airflow Issue 53.
Deprecation references:
pypa/setuptools#1684
pytest-dev/pytest#5534
The text was updated successfully, but these errors were encountered: