Skip to content

Commit 8cf02c3

Browse files
Update test section
1 parent 0137c37 commit 8cf02c3

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
@@ -22,7 +22,7 @@
2222
packages=packages,
2323
python_requires=">=3.6",
2424
install_requires=requires,
25-
extras_require={"test": ["pytest"]},
25+
extras_require={"test": ["pytest", "unittest"]},
2626
license="MIT",
2727
zip_safe=False,
2828
classifiers=[

0 commit comments

Comments
 (0)