Skip to content

Commit

Permalink
Remove test suite from setup.py (#2824)
Browse files Browse the repository at this point in the history
We no longer use it
  • Loading branch information
JelleZijlstra committed Jan 29, 2022
1 parent 8acb854 commit 0d768e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -112,7 +112,6 @@ def find_python_files(base: Path) -> List[Path]:
"uvloop": ["uvloop>=0.15.2"],
"jupyter": ["ipython>=7.8.0", "tokenize-rt>=3.2.0"],
},
test_suite="tests.test_black",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit 0d768e5

Please sign in to comment.