aboutsummaryrefslogtreecommitdiff
path: root/pw_allocator/py
diff options
context:
space:
mode:
authorAnthony DiGirolamo <tonymd@google.com>2022-05-03 16:45:59 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-04 00:31:28 +0000
commite2070c01dfcf54c6b514d10e508cba4bb85fe8b5 (patch)
tree68f3cc489465fb024f81814b8a2cad613ea492fd /pw_allocator/py
parent253e2a146af45a3743be7a70d2ab26427104c787 (diff)
downloadpigweed-e2070c01dfcf54c6b514d10e508cba4bb85fe8b5.tar.gz
pw_env_setup: Fix :python.tests target
Running ninja -C out python.tests was not running the Python tests. This broke pw presubmit checks. Also remove pw_* pip dependencies from existing setup.cfg files. Change-Id: Ib9815ce9d9a9b08aae3d3cfa5836076a7b75a8e8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/93600 Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Anthony DiGirolamo <tonymd@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
Diffstat (limited to 'pw_allocator/py')
-rw-r--r--pw_allocator/py/setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_allocator/py/setup.cfg b/pw_allocator/py/setup.cfg
index 4f1a6fdb3..3aa3264a5 100644
--- a/pw_allocator/py/setup.cfg
+++ b/pw_allocator/py/setup.cfg
@@ -21,7 +21,7 @@ description = Pigweed heap allocator
[options]
packages = find:
zip_safe = False
-install_requires = pw_cli
+install_requires =
[options.package_data]
pw_allocator = py.typed