[project] name = "cluster4npu" version = "0.0.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.9, <3.12" dependencies = [ "nodegraphqt>=0.6.40", "pyqt5>=5.15.11", ] [tool.pytest.ini_options] testpaths = ["tests/unit"] pythonpath = ["."] addopts = "--import-mode=importlib" python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*", "should_*"]