Skip to content

Commit 622027d

Browse files
Move requires for nose from setup_requires to tests_requires
1 parent 7eaffaf commit 622027d

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
@@ -64,7 +64,7 @@
6464
packages=find_packages('src'),
6565
package_dir={'': 'src'},
6666
ext_modules=[lz4mod,],
67-
setup_requires=["nose>=1.0"],
67+
tests_requires=["nose>=1.0"],
6868
test_suite = "nose.collector",
6969
classifiers=[
7070
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)