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
running bazel test //packages/example/test:test_example
works fine, updating click to 7.1.2 via poetry update sets the lockfile and toml correctly, but in the temp directory created by bazel, it doesn't update where I would have expected it to do so.
The text was updated successfully, but these errors were encountered:
in my
pyproject.toml
and my
BUILD
:and my
test_example.py
:running
bazel test //packages/example/test:test_example
works fine, updating click to 7.1.2 via poetry update sets the lockfile and toml correctly, but in the temp directory created by bazel, it doesn't update where I would have expected it to do so.
The text was updated successfully, but these errors were encountered: