diff --git a/hatch.toml b/hatch.toml index ce23de4..5983add 100644 --- a/hatch.toml +++ b/hatch.toml @@ -35,7 +35,7 @@ platform.windows.dependencies = [ "coverage", "pytest", "pytest-asyncio", - "pytest-rich", + "pytest-pystack", ] [envs.test.scripts] diff --git a/pyproject.toml b/pyproject.toml index 4751353..da1a931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,11 +13,11 @@ authors = [ ] classifiers = [ "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ @@ -70,4 +70,10 @@ Funding = "https://github.com/sponsors/ZeroIntensity" [project.scripts] view = "view.__main__:main" -view-admin = "view.__main__:main" \ No newline at end of file +view-py = "view.__main__:main" + +[tool.pytest.ini_options] +pystack_threshold=60 +pystack_path="custom-version-of-pystack" +pystack_output_file="./pystack.log" +pystack_args="--native"