comparison pyproject.toml @ 1551:00d04f51787e

tests: add `calls` unit tests: fix 423
author Goffi <goffi@goffi.org>
date Wed, 09 Aug 2023 00:22:18 +0200
parents de09d4d25194
children 67ff59465fe4
comparison
equal deleted inserted replaced
1550:4b0464b2a12b 1551:00d04f51787e
57 system-packages = true 57 system-packages = true
58 58
59 [tool.hatch.envs.dev] 59 [tool.hatch.envs.dev]
60 dependencies = [ 60 dependencies = [
61 "ipdb", 61 "ipdb",
62 "pudb" 62 "pudb",
63 "pytest",
64 "pytest-asyncio"
63 ] 65 ]
64 66
65 [tool.hatch.metadata] 67 [tool.hatch.metadata]
66 allow-direct-references = true 68 allow-direct-references = true
67 69