We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcd6fa commit 2847eacCopy full SHA for 2847eac
setup.py
@@ -42,5 +42,5 @@
42
description="Commonly needed Python modules, "
43
"used by Python software developed at OSRF",
44
license='Apache 2.0',
45
- test_suite='tests',
+ tests_require=['pytest'],
46
)
0 commit comments