Skip to content

Commit

Permalink
Remove resource tests and associated code already marked for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 29, 2023
1 parent 07734d3 commit 4d41bce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 177 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,3 @@ jobs:
with:
name: skills-module-test-results
path: tests/skills-module-test-results.xml

- name: Test Resource Resolution
run: |
pytest test/test_res.py --doctest-modules --junitxml=tests/resource-resolution-test-results.xml
- name: Upload Resource Resolution test results
uses: actions/upload-artifact@v2
with:
name: resource-resolution-test-results
path: tests/resource-resolution-test-results.xml
16 changes: 0 additions & 16 deletions neon_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# import sys

from neon_core.config import setup_resolve_resource_file, get_core_version
from os.path import dirname


# TODO: Deprecate below
NEON_ROOT_PATH = dirname(__file__)
# sys.path.append(NEON_ROOT_PATH)

CORE_VERSION_STR = "" # get_core_version()
setup_resolve_resource_file()

__all__ = ['NEON_ROOT_PATH',
'CORE_VERSION_STR']


# TODO: Patching for ovos-core 0.0.7
import ovos_utils.messagebus
Expand Down
76 changes: 0 additions & 76 deletions neon_core/config.py

This file was deleted.

76 changes: 0 additions & 76 deletions test/test_res.py

This file was deleted.

0 comments on commit 4d41bce

Please sign in to comment.