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 745dcea commit 4a85ac6Copy full SHA for 4a85ac6
setup.py
@@ -15,8 +15,7 @@ def read(fname):
15
name="py-jsonrpc-lite",
16
version=version,
17
packages=find_packages(),
18
- test_suite="nose.collector",
19
- tests_require=["nose", "mock"],
+ test_suite="unittest",
20
21
# metadata for upload to PyPI
22
author="Dmitriy S. Sinyavskiy",
0 commit comments