Is anybody here using PyCharm and experiencing the...
# general
s
Is anybody here using PyCharm and experiencing the same?
Copy code
āÆ p test src/core/tests/test_pants.py
11:43:37.19 [INFO] Filesystem changed during run: retrying `Test` in 500ms...
11:43:37.19 [INFO] Canceled: Building requirements.pex with 23 requirements: ... 
11:43:38.00 [INFO] Filesystem changed during run: retrying `Test` in 500ms...
11:43:38.00 [INFO] Canceled: Building requirements.pex with 23 requirements: ...
11:43:54.38 [INFO] Filesystem changed during run: retrying `Test` in 500ms...
11:43:54.44 [INFO] Canceled: Building requirements.pex with 23 requirements: ... 
11:43:57.25 [INFO] Canceled: Building requirements.pex with 23 requirements: ...
11:43:57.25 [INFO] Filesystem changed during run: retrying `Test` in 500ms...
11:44:26.75 [INFO] Completed: Building requirements.pex with 23 requirements: ...
b
Pants log usually has good info.
.pants.d/pants.log
s
@bitter-ability-32190 thanks! It was caused by lazygitā€™s filewatcher šŸ™Œ
šŸ™Œ 2