File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
data-files/benchmarks/bm_ctypes Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,6 @@ tool.install_setup bool
343343* tags: optional list of names to group benchmarks
344344* extra_opts: optional list of args to pass to ``tool.runscript ``
345345* runscript: the benchmark script to use instead of run_benchmark.py.
346- * install_setup: when ``true `` (default) , run ``pip install -e . `` in the
346+ * install_setup: when ``true ``, run ``pip install -e . `` in the
347347 benchmark directory to install it in the virtual environment. This has the
348348 effect of running a ``setup.py `` file, if present.
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def extra_opts(self):
166166
167167 @property
168168 def install_setup (self ):
169- return self ._get_metadata_value ('install_setup' , True )
169+ return self ._get_metadata_value ('install_setup' , False )
170170
171171 # Other metadata keys:
172172 # * base
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ dynamic = ["version"]
88[tool .pyperformance ]
99name = " ctypes"
1010tags = " extension"
11+ install_setup = true
You can’t perform that action at this time.
0 commit comments