Skip to content

Commit 2847eac

Browse files
committed
fix setuptools deprecation
fix setuptools deprecation Update setup.py Update setup.py Update setup.py Update setup.py Update setup.py
1 parent 5fcd6fa commit 2847eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
description="Commonly needed Python modules, "
4343
"used by Python software developed at OSRF",
4444
license='Apache 2.0',
45-
test_suite='tests',
45+
tests_require=['pytest'],
4646
)

0 commit comments

Comments
 (0)