diff options
| author | 2024-03-31 15:06:26 +0800 | |
|---|---|---|
| committer | 2024-03-31 15:06:26 +0800 | |
| commit | b5c4f42b676cc4077354d06bdf325f276d256667 (patch) | |
| tree | eac55b1294b4865ee28becd4fdcb1ade287513bc | |
| parent | e3ad3aad8ae20522fcb99a7d8babffeba0024f18 (diff) | |
| download | infini-b5c4f42b676cc4077354d06bdf325f276d256667.tar.gz infini-b5c4f42b676cc4077354d06bdf325f276d256667.zip | |
chore(pyproject): remove tests dev-dependencies group
| -rw-r--r-- | pyproject.toml | 3 |
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", -] |
