Skip to content

Commit

Permalink
test(conan): Verify version extraction
Browse files Browse the repository at this point in the history
Extend the (previously vanilla) upstream recipe to allow checking
whether the version extraction works as it should.

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi committed Jun 19, 2024
1 parent 0cb2b92 commit 1b73007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
project:
id: "Conan::poco:"
id: "Conan::poco:1.13.3"
definition_file_path: "plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan-py/conanfile.py"
declared_licenses:
- "BSL-1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

class PocoConan(ConanFile):
name = "poco"
version = "1.13.3" # Version not stated here in upstream recipe. Added here to improve testing coverage.
description = (
"Modern, powerful open source C++ class libraries for building "
"network- and internet-based applications that run on desktop, server, "
Expand Down

0 comments on commit 1b73007

Please sign in to comment.