Skip to content

Commit

Permalink
Merge pull request #8 from OUXT-Polaris/fix/test_error
Browse files Browse the repository at this point in the history
remove test_require
  • Loading branch information
hakuturu583 authored May 2, 2024
2 parents 1c8ed52 + bf1b82c commit 0cfc747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detic_onnx_ros2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
maintainer_email="[email protected]",
description="Run detic inference with ROS 2 image.",
license="Apache 2.0",
tests_require=["pytest"],
# tests_require=["pytest"],
entry_points={
"console_scripts": [
"detic_onnx_ros2_node = detic_onnx_ros2.detic_onnx_ros2:main"
Expand Down

0 comments on commit 0cfc747

Please sign in to comment.