Skip to content

Commit 9afc592

Browse files
author
Foulques
committed
validation test de la branche
1 parent e8fc659 commit 9afc592

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"docia"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
7+
}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ dependencies = [
4343
"tesserocr (>=2.9.1,<3.0.0)",
4444
]
4545

46+
[tool.poetry]
47+
package-mode = false
48+
4649
[dependency-groups]
4750
dev = [
4851
"freezegun",

0 commit comments

Comments
 (0)