yocto-gl
yocto-gl copied to clipboard
[BUG] Unable to Execute Tests with Only Test Requirements Installed from test-requirements.txt.
Summary
The issue pertains to the inability to run tests when exclusively installing the required dependencies specified in the test-requirements.txt file. The provided fix addresses this issue, enabling the successful execution of tests under these circumstances.
Notes
-
Make sure to open a PR from a non-master branch.
-
Sign off the commit using the
-s
flag when making a commit:git commit -s -m "..." # ^^ make sure to use this
-
Include
#{issue_number}
(e.g.#123
) in the PR description when opening a PR.
@manijhariya can you install pyspark manually? We don't always need pyspark. pyspark is a large package and takes a while to install.
yeah I did installed pyspark manually. It was not listed in test-requirements.txt. I thought it was missing from there. It should at least be in extra requirements to let devs. know it is required package.
@mlflow/mlflow-team Please assign a maintainer and start triaging this issue.
Can I work on this ? How do I start working on this like fork the repository, create a branch, make changes, and submit a pull request??
Does my fix solve this issue? https://github.com/mlflow/mlflow/pull/10996
Yes. can you type
pip install -r requirement.txt"
and added optuna as well. #11090PR