crackerjack 0.20.16__py3-none-any.whl → 0.20.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crackerjack/.gitignore +1 -0
- crackerjack/.pre-commit-config.yaml +1 -1
- crackerjack/.ruff_cache/0.11.13/1867267426380906393 +0 -0
- crackerjack/crackerjack.py +4 -4
- crackerjack/pyproject.toml +3 -3
- {crackerjack-0.20.16.dist-info → crackerjack-0.20.18.dist-info}/METADATA +2 -2
- {crackerjack-0.20.16.dist-info → crackerjack-0.20.18.dist-info}/RECORD +10 -10
- {crackerjack-0.20.16.dist-info → crackerjack-0.20.18.dist-info}/WHEEL +0 -0
- {crackerjack-0.20.16.dist-info → crackerjack-0.20.18.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.20.16.dist-info → crackerjack-0.20.18.dist-info}/licenses/LICENSE +0 -0
crackerjack/.gitignore
CHANGED
Binary file
|
crackerjack/crackerjack.py
CHANGED
@@ -542,11 +542,11 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
|
|
542
542
|
test_timeout = options.test_timeout
|
543
543
|
else:
|
544
544
|
test_timeout = (
|
545
|
-
|
545
|
+
360
|
546
546
|
if project_size == "large"
|
547
|
-
else
|
547
|
+
else 240
|
548
548
|
if project_size == "medium"
|
549
|
-
else
|
549
|
+
else 120
|
550
550
|
)
|
551
551
|
test.extend(
|
552
552
|
[
|
@@ -560,7 +560,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
|
|
560
560
|
)
|
561
561
|
if options.benchmark or options.benchmark_regression:
|
562
562
|
if options.benchmark:
|
563
|
-
test.
|
563
|
+
test.extend(["--benchmark", "--benchmark-autosave"])
|
564
564
|
if options.benchmark_regression:
|
565
565
|
test.extend(
|
566
566
|
[
|
crackerjack/pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ requires = [ "pdm-backend" ]
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "crackerjack"
|
7
|
-
version = "0.20.
|
7
|
+
version = "0.20.17"
|
8
8
|
description = "Crackerjack: code quality toolkit"
|
9
9
|
readme = "README.md"
|
10
10
|
keywords = [
|
@@ -50,7 +50,7 @@ dependencies = [
|
|
50
50
|
"pytest>=8.4",
|
51
51
|
"pytest-asyncio>=1",
|
52
52
|
"pytest-benchmark>=5.1",
|
53
|
-
"pytest-cov>=6.
|
53
|
+
"pytest-cov>=6.2",
|
54
54
|
"pytest-mock>=3.14.1",
|
55
55
|
"pytest-timeout>=2.4",
|
56
56
|
"pytest-xdist>=3.7",
|
@@ -126,7 +126,7 @@ markers = [
|
|
126
126
|
]
|
127
127
|
|
128
128
|
# Default timeout settings
|
129
|
-
timeout =
|
129
|
+
timeout = 300
|
130
130
|
timeout_method = "thread"
|
131
131
|
|
132
132
|
# Test command options
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: crackerjack
|
3
|
-
Version: 0.20.
|
3
|
+
Version: 0.20.18
|
4
4
|
Summary: Crackerjack: code quality toolkit
|
5
5
|
Keywords: bandit,black,creosote,mypy,pyright,pytest,refurb,ruff
|
6
6
|
Author-Email: lesleslie <les@wedgwoodwebworks.com>
|
@@ -31,7 +31,7 @@ Requires-Dist: pydantic>=2.11.5
|
|
31
31
|
Requires-Dist: pytest>=8.4
|
32
32
|
Requires-Dist: pytest-asyncio>=1
|
33
33
|
Requires-Dist: pytest-benchmark>=5.1
|
34
|
-
Requires-Dist: pytest-cov>=6.
|
34
|
+
Requires-Dist: pytest-cov>=6.2
|
35
35
|
Requires-Dist: pytest-mock>=3.14.1
|
36
36
|
Requires-Dist: pytest-timeout>=2.4
|
37
37
|
Requires-Dist: pytest-xdist>=3.7
|
@@ -1,11 +1,11 @@
|
|
1
|
-
crackerjack-0.20.
|
2
|
-
crackerjack-0.20.
|
3
|
-
crackerjack-0.20.
|
4
|
-
crackerjack-0.20.
|
5
|
-
crackerjack/.gitignore,sha256=
|
1
|
+
crackerjack-0.20.18.dist-info/METADATA,sha256=rYbRN2xCJQBqN_P9_U9_tBnJiBy8qMLNcmwG-XN1PxM,26411
|
2
|
+
crackerjack-0.20.18.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
crackerjack-0.20.18.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.20.18.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
|
+
crackerjack/.gitignore,sha256=FOLrDV-tuHpwof310aOi6cWOkJXeVI_gvWvg_paDzs4,199
|
6
6
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
7
7
|
crackerjack/.pdm.toml,sha256=dZe44HRcuxxCFESGG8SZIjmc-cGzSoyK3Hs6t4NYA8w,23
|
8
|
-
crackerjack/.pre-commit-config.yaml,sha256=
|
8
|
+
crackerjack/.pre-commit-config.yaml,sha256=RwXcH8uvF8-mvappcz_oUFB5GsRq-Z4fQ7OcCR1oLWU,2935
|
9
9
|
crackerjack/.pytest_cache/.gitignore,sha256=Ptcxtl0GFQwTji2tsL4Gl1UIiKa0frjEXsya26i46b0,37
|
10
10
|
crackerjack/.pytest_cache/CACHEDIR.TAG,sha256=N9yI75oKvt2-gQU6bdj9-xOvthMEXqHrSlyBWnSjveQ,191
|
11
11
|
crackerjack/.pytest_cache/README.md,sha256=c_1vzN2ALEGaay2YPWwxc7fal1WKxLWJ7ewt_kQ9ua0,302
|
@@ -23,7 +23,7 @@ crackerjack/.ruff_cache/0.11.12/16869036553936192448,sha256=pYYUCDrYh7fPq8xkFLxv
|
|
23
23
|
crackerjack/.ruff_cache/0.11.12/1867267426380906393,sha256=2w4M0Lrjd9flwuq6uJxehTbm7FVUcK5sL2sz1gS2Yvo,256
|
24
24
|
crackerjack/.ruff_cache/0.11.12/4240757255861806333,sha256=uph5uIRG-XnF7ywAEcCxqqgIkWALPCvJFcwCgnNfTI4,77
|
25
25
|
crackerjack/.ruff_cache/0.11.12/4441409093023629623,sha256=eHrESew3XCFJ2WqmKvtGLO1r4mY5Q_mv7yGlDmM1sSc,153
|
26
|
-
crackerjack/.ruff_cache/0.11.13/1867267426380906393,sha256=
|
26
|
+
crackerjack/.ruff_cache/0.11.13/1867267426380906393,sha256=7AUu1qFM4blZaHeQY_d0JfY5rlLaQiT9DN74IK9J8Qo,256
|
27
27
|
crackerjack/.ruff_cache/0.11.13/4240757255861806333,sha256=l35TwAYyTusgJgyePvfP4_CCllPs1sWapEiLFZw8chQ,83
|
28
28
|
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=FTRTUmvj6nZw_QQBp_WHI-h3_iqRejzL39api-9wTvs,224
|
29
29
|
crackerjack/.ruff_cache/0.11.3/9818742842212983150,sha256=U-4mT__a-OljovvAJvv5M6X7TCMa3dReLXx3kTNGgwU,224
|
@@ -61,9 +61,9 @@ crackerjack/.ruff_cache/0.9.9/8843823720003377982,sha256=e4ymkXfQsUg5e_mtO34xTsa
|
|
61
61
|
crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
62
62
|
crackerjack/__init__.py,sha256=8tBSPAru_YDuPpjz05cL7pNbZjYFoRT_agGd_FWa3gY,839
|
63
63
|
crackerjack/__main__.py,sha256=A_qOog8kowRG3Z65pG11MK25t3n7eGdEldQNELurwJk,6734
|
64
|
-
crackerjack/crackerjack.py,sha256=
|
64
|
+
crackerjack/crackerjack.py,sha256=seIDpPlq6Kq_rzQh5ext-VCNhDIPfhIrfyaucGfCACQ,26882
|
65
65
|
crackerjack/errors.py,sha256=QEPtVuMtKtQHuawgr1ToMaN1KbUg5h9-4mS33YB5Znk,4062
|
66
66
|
crackerjack/interactive.py,sha256=gP2Mb7jjBfR6RIlCUXh77_M-an5OXfTVXfUmnN-9ggA,15076
|
67
67
|
crackerjack/py313.py,sha256=buYE7LO11Q64ffowEhTZRFQoAGj_8sg3DTlZuv8M9eo,5890
|
68
|
-
crackerjack/pyproject.toml,sha256=
|
69
|
-
crackerjack-0.20.
|
68
|
+
crackerjack/pyproject.toml,sha256=Nr2r42UAIfZlp8pJ7I3y3ZPGQnmGbI1qw6_VDqilOfQ,4900
|
69
|
+
crackerjack-0.20.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|