File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1162,6 +1162,7 @@ def test_group_call(self):
1162
1162
with self .assertRaises (NotImplementedError ):
1163
1163
get_command ("groups" )()
1164
1164
1165
+ @pytest .mark .skip ()
1165
1166
def test_get_help_from_incongruent_path (self ):
1166
1167
"""
1167
1168
https://github.com/bckohan/django-typer/issues/44
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Sphinx = [
70
70
]
71
71
sphinx-rtd-theme = " ^2.0.0"
72
72
mypy = " ^1.0"
73
- pylint = ' ^3.0'
73
+ pylint = " ^3.0"
74
74
black = " >=23.12"
75
75
doc8 = " ^1.1.1"
76
76
aiohttp = " ^3.9.1"
@@ -146,8 +146,8 @@ addopts = [
146
146
147
147
[tool .coverage .run ]
148
148
omit = [
149
- " django_typer/tests/**/*py" ,
150
- " django_typer/examples/**/*py"
149
+ " django_typer/tests/**/*. py" ,
150
+ " django_typer/examples/**/*. py"
151
151
]
152
152
branch = true
153
153
source = [" django_typer" ]
You can’t perform that action at this time.
0 commit comments