Skip to content

Commit

Permalink
chore(ci): remove pytest from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elhoangvu committed Apr 15, 2024
1 parent ae24062 commit 6472607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""

import os
import pytest
from setuptools import setup

about = {}
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6472607

Please sign in to comment.