-
Notifications
You must be signed in to change notification settings - Fork 314
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
chore(conan): Update test fixture #8758
chore(conan): Update test fixture #8758
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8758 +/- ##
=========================================
Coverage 67.64% 67.64%
Complexity 1168 1168
=========================================
Files 244 244
Lines 7783 7783
Branches 867 867
=========================================
Hits 5265 5265
Misses 2161 2161
Partials 357 357
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ns/package-managers/conan/src/funTest/assets/projects/synthetic/conan-expected-output-py.yml
Show resolved
Hide resolved
503ff8e
to
1b73007
Compare
...ns/package-managers/conan/src/funTest/assets/projects/synthetic/conan-expected-output-py.yml
Show resolved
Hide resolved
...ns/package-managers/conan/src/funTest/assets/projects/synthetic/conan-expected-output-py.yml
Outdated
Show resolved
Hide resolved
1b73007
to
57cc78b
Compare
@@ -1,36 +1,197 @@ | |||
--- | |||
project: | |||
id: "Conan::Poco:1.9.3" | |||
id: "Conan::poco:null" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should actually never get null
for the version of a project. Let me take over your PR and fix this on top of it. Nothing to be done from your side @rettichschnidi.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rettichschnidi have you checked "Allow edits from maintainers" for your PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, https://github.com/husqvarnagroup is an organization, and "Allow edits from Maintainers" does not yet work for organization.
I guess best would be to close this PR and you creating a new one?
57cc78b
to
63ab950
Compare
This change is a (not strictly needed) preparation for Conan 2.x support in ORT. Updating the Poco recipe to the current version offered by the Conan Center Index [1] allows it to work with both version 1.x and 2.x of Conan. The lock file has been created using Conan version 1.64.1: ```shell rm -rf ~/.conan/data conan lock create --lockfile-out lockfile.lock conanfile.py ``` [1]: https://github.com/conan-io/conan-center-index/blob/8450018b1ce8eb8c8cf38a3412d2915fd2e3e829/recipes/poco/all/conanfile.py Signed-off-by: Reto Schneider <[email protected]> Signed-off-by: Sebastian Schuberth <[email protected]>
This is a fixup for 802dfa8. Signed-off-by: Sebastian Schuberth <[email protected]>
63ab950
to
aa31790
Compare
This change is a (not strictly needed) preparation for Conan 2.x support in ORT.
Updating the Poco recipe to the current version offered by the Conan Center Index allows it to work with both, version 1.x and 2.x of Conan.
The lock file has been created using Conan version 1.64.1:
rm -rf ~/.conan/data conan lock create --lockfile-out lockfile.lock conanfile.py
Conan Center Index: https://github.com/conan-io/conan-center-index
Commit: f78dc3729f97c1554eae5f3843cabb2e2198c09a