diff --git a/setup.py b/setup.py index 66d4b90..5025a95 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,6 @@ """ import os -import pytest from setuptools import setup about = {} @@ -57,7 +56,6 @@ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup", ], - cmdclass={"test": pytest}, project_urls={ "Documentation": "https://github.com/elhoangvu/dictrule", "Source": "https://github.com/elhoangvu/dictrule",