From f8290e1afa731f26d9da5a9efc860dffc6242923 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 28 May 2025 16:53:58 +0900 Subject: Test cert checking logic --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 2c839b0..d11b2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,12 @@ urls = { Source = 'https://trong.loang.net/scadere' } scripts = { scadere = 'scadere.__main__:main' } [project.optional-dependencies] -dev = [ 'pytest', 'pytest-asyncio', 'hypothesis', 'coverage', 'flake8' ] +dev = [ 'coverage', + 'flake8', + 'hypothesis', + 'pytest', + 'pytest-asyncio', + 'trustme >= 1.2.0' ] [tool.pytest.ini_options] asyncio_mode = 'auto' @@ -41,4 +46,3 @@ source = [ '.' ] [tool.coverage.report] fail_under = 100 show_missing = true -skip_covered = true -- cgit 1.4.1