Skip to content

Commit

Permalink
Add meson as test_package tool_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored May 12, 2024
1 parent 072a28e commit 7a500ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/wgpu_native/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class wgpu_nativeTestConan(ConanFile):

def requirements(self):
self.requires(self.tested_reference_str)

def requirements(self):

Check failure on line 15 in recipes/wgpu_native/all/test_package/conanfile.py

View workflow job for this annotation

GitHub Actions / Lint changed test_package/conanfile.py (v2 migration)

method already defined line 12
self.tool_requires("meson/[>1 <2]")

def build(self):
meson = Meson(self)
Expand Down

0 comments on commit 7a500ac

Please sign in to comment.