Skip to content

Commit 13a7ca4

Browse files
authored
fix setuptools deprecation (#880)
Signed-off-by: mosfet80 <[email protected]>
1 parent 3e35eb9 commit 13a7ca4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rosidl_pycommon/setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
2121
description='Common Python functions used by rosidl packages.',
2222
license='Apache License, Version 2.0',
23-
tests_require=['pytest'],
23+
extras_require={
24+
'test': [
25+
'pytest',
26+
],
27+
},
2428
entry_points={
2529
'console_scripts': [
2630
],

0 commit comments

Comments
 (0)