diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2021-10-21 09:04:17 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2021-10-21 09:04:17 +0200 |
commit | 184487acc3442d45afd0d619fa7d30faf681d171 (patch) | |
tree | 34dae076dc625035cff32457ec49cd7624ffb234 /units/graphics | |
parent | 84808cdb413fee28c6c787d0e8aeee042cbb9ba5 (diff) |
jobs:graphics: Remove the package requirement on nux-tools to work with snaps
Fixes lp:1941850
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/jobs.pxu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index acf18c3..9727bc8 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -263,7 +263,6 @@ template-resource: graphics_card plugin: shell category_id: com.canonical.plainbox::graphics id: graphics/{index}_gl_support_{product_slug} -requires: package.name == 'nux-tools' command: /usr/lib/nux/unity_support_test -p 2>&1 estimated_duration: 0.131 _description: Check that {vendor} {product} hardware is able to run a desktop session (OpenGL) |