File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ platform.windows.dependencies = [
35
35
" coverage" ,
36
36
" pytest" ,
37
37
" pytest-asyncio" ,
38
- " pytest-rich " ,
38
+ " pytest-pystack " ,
39
39
]
40
40
41
41
[envs .test .scripts ]
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ authors = [
13
13
]
14
14
classifiers = [
15
15
" Programming Language :: Python" ,
16
- " Programming Language :: Python :: 3.7" ,
17
16
" Programming Language :: Python :: 3.8" ,
18
17
" Programming Language :: Python :: 3.9" ,
19
18
" Programming Language :: Python :: 3.10" ,
20
19
" Programming Language :: Python :: 3.11" ,
20
+ " Programming Language :: Python :: 3.12" ,
21
21
" Programming Language :: Python :: Implementation :: CPython" ,
22
22
]
23
23
dependencies = [
@@ -70,4 +70,10 @@ Funding = "https://github.com/sponsors/ZeroIntensity"
70
70
71
71
[project .scripts ]
72
72
view = " view.__main__:main"
73
- view-admin = " view.__main__:main"
73
+ view-py = " view.__main__:main"
74
+
75
+ [tool .pytest .ini_options ]
76
+ pystack_threshold =60
77
+ pystack_path =" custom-version-of-pystack"
78
+ pystack_output_file =" ./pystack.log"
79
+ pystack_args =" --native"
You can’t perform that action at this time.
0 commit comments