From 036c873cdfe7af442dc260bcdf71fa1fd683adad Mon Sep 17 00:00:00 2001 From: Kaan Colak Date: Mon, 3 Oct 2022 18:00:28 +0300 Subject: [PATCH] test2 --- benchmarking/perception_benchmark_tool/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarking/perception_benchmark_tool/setup.py b/benchmarking/perception_benchmark_tool/setup.py index 920275c8324a9..359d442ac467b 100644 --- a/benchmarking/perception_benchmark_tool/setup.py +++ b/benchmarking/perception_benchmark_tool/setup.py @@ -21,7 +21,7 @@ maintainer_email="kcolak@leodrive.ai", description="This package benchmark Autoware perception stack on Waymo dataset", license="Apache License 2.0", - tests_require=["pytest"], + # tests_require=["pytest"], entry_points={ "console_scripts": [ "benchmark_node = perception_benchmark_tool.benchmark_node:main",