We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f4824 commit 5a975bcCopy full SHA for 5a975bc
pants.toml
@@ -177,9 +177,6 @@ unowned_dependency_behavior = "ignore"
177
# file that uses it. So, without manually disambiguating the dep in the BUILD file,
178
# importing tests.unit.base in st2common/tests/unit will get a dep on st2common/tests/unit/base.py
179
ambiguity_resolution = "by_source_root"
180
-# https://www.pantsbuild.org/v2.17/docs/reference-python-infer#use_rust_parser
181
-# This should be much faster, but is giving a lot of "more than one target owns this module" warnings.
182
-use_rust_parser = false
183
184
[setup-py-generation]
185
# when building the package (with `pants package ::`), pants will,
0 commit comments