Skip to content

Bug Blocking Submitting New Packages to this Repository #9272

@vwheeler63

Description

@vwheeler63

In the forum, I described what I was running into in detail, but to summarize:

In the ChannelRepositoryTools repository, line 142 of ChannelRepositoryTools\tests.py (3rd element in list of strings):

        for file_name in ['channel.json', 'repository.json', 'tests/test.py']:

requires the presence of tests/test.py in this repository, which disappeared from this repository in merge commit dfac893.

Ever since then, step 7 of the package submit process when one is asked to run the ChannelRepositoryTools: Test Default Channel command from this package resulted in this error message, because that file was not found in the locally-cloned fork of this repository (package_control_channel):

Image

I'm not sure which one was correct, but either this repository needs that file back, or the ChannelRepositoryTools repository needs to be updated to not require that file be present in order to satisfy the condition that all 3 of the above files be present.

cc: @wbond

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions