aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2024-06-03 14:31:27 +0200
committerJ08nY2024-06-03 14:31:27 +0200
commit748b5f8c253e03aaa7f96fb68b28f6399e8b77a5 (patch)
treed3c62042815067b3f5ba3be06a3048199f82e117 /pyproject.toml
parent0a4613903108fca72a3cb589565663af006c9e94 (diff)
downloadpyecsca-748b5f8c253e03aaa7f96fb68b28f6399e8b77a5.tar.gz
pyecsca-748b5f8c253e03aaa7f96fb68b28f6399e8b77a5.tar.zst
pyecsca-748b5f8c253e03aaa7f96fb68b28f6399e8b77a5.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 63d30e0..d8abb66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -81,6 +81,7 @@
[tool.pytest.ini_options]
consider_namespace_packages = true
testpaths = ["pyecsca", "test"]
+ pythonpath = ["."]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]