-
Notifications
You must be signed in to change notification settings - Fork 993
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
Add failing test for #11763 #11841
Add failing test for #11763 #11841
Conversation
Alternatives I can think of:
|
Update: The 1st approach has a challenge: to load the |
I have submitted a potential solution: make explicit the locking of test_package. Basically the line: c.run("lock create test_package --lockfile=conan.lock --lockfile-out=conan.lock") Note this is done after capturing the main lockfile, and it will append its Wdyt? |
For me explicitly locking the test_package would be good enough 👍 |
The workaround explicitly locking |
Testing: #11763