Skip to content
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

Build: PyLint unit test skipped if not installed except on TravisCI #1635

Merged
merged 9 commits into from
Feb 13, 2024

Conversation

buhtz
Copy link
Member

@buhtz buhtz commented Feb 3, 2024

The PyLint unit test is executed only when PyLint is installed. Exception: On TravisCI the test is executed always.

Fix #1634

@buhtz
Copy link
Member Author

buhtz commented Feb 3, 2024

Feel free to improve my English. I am not happy with it.

Copy link
Member

@emtiu emtiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

CHANGES Outdated Show resolved Hide resolved
common/test/test_lint.py Outdated Show resolved Hide resolved
qt/test/test_lint.py Outdated Show resolved Hide resolved
buhtz and others added 6 commits February 4, 2024 12:58
Co-authored-by: Michael Büker <emtiu@users.noreply.github.com>
Co-authored-by: Michael Büker <emtiu@users.noreply.github.com>
Co-authored-by: Michael Büker <emtiu@users.noreply.github.com>
@buhtz buhtz added this to the Upcoming release (1.5.0) milestone Feb 8, 2024
@buhtz buhtz merged commit 9824654 into bit-team:dev Feb 13, 2024
1 check passed
@buhtz buhtz deleted the fix/1634restrictpylint branch February 13, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pylint unit test test_lint.py should be executed "on demand" only (not as installation test on clients)
2 participants