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 6374360 commit 6a5182eCopy full SHA for 6a5182e
setup.py
@@ -2,9 +2,6 @@
2
import re
3
import sys
4
5
-# This import is apparently needed for Nose on Red Hat's Python
6
-import multiprocessing
7
-
8
from setuptools import setup, Extension
9
from setuptools.command.build_ext import build_ext
10
@@ -120,8 +117,6 @@ def run_setup(with_cext):
120
117
python_requires=">=3.6",
121
118
include_package_data=True,
122
119
install_requires=requirements,
123
- tests_require=["nose"],
124
- test_suite="nose.collector",
125
license=LICENSE,
126
cmdclass=cmdclass,
127
classifiers=[
0 commit comments