Skip to content

Commit

Permalink
EG are only used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Mar 20, 2024
1 parent a6d9a19 commit 65e0342
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
with open(os.path.join(repo_base_dir, "README.rst"), "r") as README:
long_description = README.read()

TESTS_REQUIRE = ["pytest>=4.3.0", "pytest-timeout"]
TESTS_REQUIRE = ["pytest>=4.3.0", "pytest-timeout", "exceptiongroup"]

if __name__ == "__main__":
setup(
Expand Down Expand Up @@ -60,7 +60,6 @@
"trio",
"entrypoints",
"toposort",
"exceptiongroup",
],
extras_require={
"docs": ["sphinx", "sphinx_rtd_theme"],
Expand Down

0 comments on commit 65e0342

Please sign in to comment.