Skip to content

Commit 573a192

Browse files
committed
Fix duplicated key from auto merge
1 parent be9c81d commit 573a192

File tree

5 files changed

+0
-5
lines changed
  • bitbots_motion
  • bitbots_team_communication/bitbots_team_data_sim_rqt
  • bitbots_vision
  • bitbots_world_model/bitbots_ball_filter

5 files changed

+0
-5
lines changed

bitbots_motion/bitbots_animation_rqt/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
install_requires=["setuptools"],
1515
tests_require=["pytest"],
1616
zip_safe=True,
17-
tests_require=["pytest"],
1817
entry_points={
1918
"console_scripts": [
2019
"animation_gui = " + package_name + ".record_ui:main",

bitbots_motion/bitbots_animation_server/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
zip_safe=True,
2323
keywords=["ROS"],
2424
license="MIT",
25-
tests_require=["pytest"],
2625
entry_points={
2726
"console_scripts": [
2827
"animation_node = bitbots_animation_server.animation_node:main",

bitbots_team_communication/bitbots_team_data_sim_rqt/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
install_requires=["setuptools"],
1515
tests_require=["pytest"],
1616
zip_safe=True,
17-
tests_require=["pytest"],
1817
entry_points={
1918
"console_scripts": [
2019
"team_data_sim_gui = " + package_name + ".team_data_ui:main",

bitbots_vision/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
zip_safe=True,
2828
keywords=["ROS"],
2929
license="MIT",
30-
tests_require=["pytest"],
3130
entry_points={
3231
"console_scripts": [
3332
"vision = bitbots_vision.vision:main",

bitbots_world_model/bitbots_ball_filter/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
zip_safe=True,
2929
keywords=["ROS"],
3030
license="MIT",
31-
tests_require=["pytest"],
3231
entry_points={
3332
"console_scripts": [
3433
"ball_filter = bitbots_ball_filter.ball_filter:main",

0 commit comments

Comments
 (0)