As a side note, I’m getting weird error from `./pa...
# plugins
w
As a side note, I’m getting weird error from
./pants check src/python/backend/helm::
and I’m going a bit blind trying to fix it:
Copy code
13:44:02.52 [ERROR] Completed: Typecheck using MyPy - mypy failed (exit code 2).
src/python/pants/backend/helm/test/unittest/subsystem.py: error: Source file
found twice under different module names: "subsystem" and
"pants.backend.helm.test.unittest.subsystem"
Found 1 error in 1 file (errors prevented further checking)
It happens only in the
test.unittest
files and results in Import errors when running the tests. The other files seem correct 🤷