Skip to content

Commit 40fecfa

Browse files
committed
cx_rl: remove deprecated tests_require
1 parent 8bc75e2 commit 40fecfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extensions/reinforment_learning/cx_rl_multi_robot_mppo/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
script_dir=$base/lib/cx_rl_multi_robot_mppo
33
[install]
44
install_scripts=$base/lib/cx_rl_multi_robot_mppo
5+
[options.extras_require]
6+
test = pytest

extensions/reinforment_learning/cx_rl_multi_robot_mppo/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
maintainer_email='viehmann@kbsg.rwth-aachen.de',
3232
description='Multi-robot maskable proximal policy optimization (mppo) implementation',
3333
license='Apache-2.0',
34-
tests_require=['pytest'],
3534
entry_points={
3635
'console_scripts': ['cx_rl_node = cx_rl_multi_robot_mppo.cx_rl_node:main'],
3736
},

0 commit comments

Comments
 (0)