Skip to content

Commit b8ff404

Browse files
authored
fix setuptools warning about 'test_require' (#6)
1 parent 5c3752d commit b8ff404

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
@@ -45,6 +45,6 @@
4545
python_requires=">=3.7",
4646
extras_require={"dev": install_requires + testing_deps},
4747
test_suite="tests",
48-
test_require=testing_deps,
48+
tests_require=testing_deps,
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)