brave-waiter-21649
07/19/2024, 1:50 AMEngine traceback:
in `test` goal
ResolveError: The address 3rdparty/python:python from the requirements of the `pytest` tool does not exist.
The target name ':python' is not defined in the directory 3rdparty/python. Did you mean one of these target names?
* :_python-default_lockfile
The following is in pants.toml
[pytest]
install_from_resolve = "python-default"
requirements = [
"//3rdparty/python/default.lock#pytest",
"//3rdparty/python/default.lock#pytest-cov",
"//3rdparty/python/default.lock#ipdb",
]
brave-waiter-21649
07/19/2024, 1:55 AM