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

test: remove the requirement for a Layout file #661

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

whot
Copy link
Member

@whot whot commented Apr 21, 2024

Previously we required a layout file for any tablet with pad buttons. This somewhat prevents us from adding tablet files for unknown tablets where we can get most of the information from external sources, e.g. see #659. As a result we're missing support for these tablets altogether when we could have at least partial support.

Let's drop this requirement in our tests, users who want their tablet working properly can submit layout files.

cc @JoseExposito

Previously we required a layout file for any tablet with pad
buttons. This somewhat prevents us from adding tablet files for unknown
tablets where we can get most of the information from external sources,
e.g. see linuxwacom#659. As a result we're missing support for these tablets
altogether when we could have at least partial support.

Let's drop this requirement in our tests, users who want their tablet
working properly can submit layout files.
@whot whot force-pushed the wip/dont-require-layouts branch from dbac192 to 81fc21f Compare April 22, 2024 04:51
Copy link
Contributor

@JoseExposito JoseExposito left a comment

Choose a reason for hiding this comment

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

Mmmm what if I prefix the files added in #659 with unverified- and we only skip this test in that case?

Sorry for the CI failures, I'm not familiar with the tests yet.

@whot
Copy link
Member Author

whot commented Apr 22, 2024

Mmmm what if I prefix the files added in #659 with unverified- and we only skip this test in that case?

Nah, too much effort I reckon. Might as well punt some of that to those that have the tablets :)

@whot
Copy link
Member Author

whot commented Apr 22, 2024

Going to merge this, #659 as a bigger and more beneficial long-term impact than disabling the tests.

@whot whot merged commit b923391 into linuxwacom:master Apr 22, 2024
13 checks passed
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.

2 participants