Skip to content

Commit a636ef9

Browse files
committed
Remove invalid skill URL from unit test case
1 parent 16cdee3 commit a636ef9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

neon_core/util/skill_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from os.path import expanduser, join, isdir, dirname, islink
3434
from typing import List
3535

36-
from ovos_utils.xdg_utils import xdg_data_home
3736
from ovos_utils.log import LOG, deprecated
3837

3938
from ovos_config.config import Configuration

test/test_skill_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import unittest
3333
from os.path import dirname, join, exists, isdir
3434
from unittest.mock import patch
35-
from unittest import skip
3635

3736
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
3837

@@ -43,7 +42,7 @@
4342
]
4443

4544
TEST_SKILLS_WITH_PIP = [
46-
"https://github.com/NeonGeckoCom/skill-date_time/tree/dev",
45+
# "https://github.com/NeonGeckoCom/skill-date_time/tree/dev",
4746
"git+https://github.com/NeonGeckoCom/malls-parser-skill",
4847
"neon-skill-support_helper"
4948
]

0 commit comments

Comments
 (0)