-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
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):
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