-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enable skipped tests #5363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Enable skipped tests #5363
Conversation
Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry. |
Now I'm waiting to see failures from the |
Given that this isn't passing the tests and #5362 is much larger, I think we should merge the other first. |
d4a3f29
to
5337d41
Compare
This means that the dependencies must be installed for the tests to work. Otherwise, why do we have these tests that aren't being run?
unrar is actually not needed here.
5337d41
to
c9702a4
Compare
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Under #5362 me and @bal-e found out that
EmbedartCliTest
does not run since it does notinherit from
unittest.TestCase
.This PR fixes the above and another test that also had the same issue:
LRCLibIntegrationTest
.Additionally, I went ahead and removed
unittest.skip
from tests that are skipped becauseof missing dependencies, and added installation instructions for those dependencies in the
build.