about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
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