diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 16:53:58 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 16:53:58 +0900 |
commit | f8290e1afa731f26d9da5a9efc860dffc6242923 (patch) | |
tree | 46e913e0a4e29e7e9edddb4bdfa26928dbb94090 /pyproject.toml | |
parent | 1b7b6dcd9390464d6a4c79dceac15414139354f7 (diff) | |
download | scadere-f8290e1afa731f26d9da5a9efc860dffc6242923.tar.gz |
Test cert checking logic
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 6 insertions, 2 deletions
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 |