Skip to content

Commit 6a5182e

Browse files
committed
Remove support for testing via setup.py as it is deprecated
1 parent 6374360 commit 6a5182e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import re
33
import sys
44

5-
# This import is apparently needed for Nose on Red Hat's Python
6-
import multiprocessing
7-
85
from setuptools import setup, Extension
96
from setuptools.command.build_ext import build_ext
107

@@ -120,8 +117,6 @@ def run_setup(with_cext):
120117
python_requires=">=3.6",
121118
include_package_data=True,
122119
install_requires=requirements,
123-
tests_require=["nose"],
124-
test_suite="nose.collector",
125120
license=LICENSE,
126121
cmdclass=cmdclass,
127122
classifiers=[

0 commit comments

Comments
 (0)