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

[BUG] python test errors due to pylint messages #610

Closed
nartal1 opened this issue Oct 9, 2023 · 0 comments · Fixed by #611
Closed

[BUG] python test errors due to pylint messages #610

nartal1 opened this issue Oct 9, 2023 · 0 comments · Fixed by #611
Assignees
Labels
bug Something isn't working

Comments

@nartal1
Copy link
Collaborator

nartal1 commented Oct 9, 2023

Describe the bug
python tests are failing due to these 2 pylint messages codes:

src/spark_rapids_tools/storagelib/gcs/gcspath.py:1:0: R0401: Cyclic import (spark_rapids_pytools -> spark_rapids_pytools.build) (cyclic-import)
  src/spark_rapids_tools/storagelib/gcs/gcspath.py:1:0: R0801: Similar lines in 2 files
  ==spark_rapids_pytools.cloud_api.databricks_aws:[129:161]
  ==spark_rapids_pytools.cloud_api.databricks_azure:[132:164]
          port = self.env_vars.get('sshPort')

From: https://github.com/NVIDIA/spark-rapids-tools/actions/runs/6451293121/job/17512595313

Steps/Code to reproduce bug

spark-rapids-tools/user_tools$ tox 

Expected behavior
Above tests should pass

Additional context
Add any other context about the problem here.

@nartal1 nartal1 added the bug Something isn't working label Oct 9, 2023
@nartal1 nartal1 self-assigned this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant