aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-31 15:06:26 +0800
committer苏向夜 <fu050409@163.com>2024-03-31 15:06:26 +0800
commitb5c4f42b676cc4077354d06bdf325f276d256667 (patch)
treeeac55b1294b4865ee28becd4fdcb1ade287513bc /pyproject.toml
parente3ad3aad8ae20522fcb99a7d8babffeba0024f18 (diff)
downloadinfini-b5c4f42b676cc4077354d06bdf325f276d256667.tar.gz
infini-b5c4f42b676cc4077354d06bdf325f276d256667.zip
chore(pyproject): remove tests dev-dependencies group
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d5e831d8..ea8d9741 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,6 +32,3 @@ dev = [
"pytest>=7.4.4",
"ipdm>=0.1.4",
]
-tests = [
- "multilogging>=1.0.2",
-]