We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06157d8 commit 7903202Copy full SHA for 7903202
pyproject.toml
@@ -22,7 +22,6 @@ classifiers = [
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
"Programming Language :: Python :: 3.14",
25
- "Programming Language :: Python :: 3.10",
26
]
27
dependencies = [
28
"odict>=1.9.0",
@@ -43,5 +42,11 @@ Homepage = "http://github.com/conestack/node"
43
42
44
[tool.hatch.build.targets.wheel]
45
packages = ["src/node"]
+
46
+[tool.pytest.ini_options]
47
+consider_namespace_packages = true
48
+addopts = ["--import-mode=importlib"]
49
+pythonpath = "src"
50
51
[tool.zest-releaser]
52
create-wheel = true
0 commit comments