feat: add UV to python feature#1324
feat: add UV to python feature#1324FabrizioCafolla wants to merge 6 commits intodevcontainers:mainfrom
Conversation
|
@microsoft-github-policy-service agree |
|
Opened #1327 for the test failure which seems to be triggered by some update upstream. |
|
Scenario tests are failing now: |
|
The test failure seems to be caused by attempting to install |
|
@karthiknadig Ok, how can we solve this? can't find the test where Python 3.6 is used |
|
@FabrizioCafolla i think all we need to do is only install it when version of Python is greater than 3.9. @chrmarti can you provide any guidance for this? |
|
Maybe add a version check for Python when the util is features/src/python/install.sh Line 871 in 6654579 There already is a version check a few lines below that. /cc @gauravsaini04 for insights. |
|
@chrmarti I added a check in the code where you indicated. |
|
@chrmarti @karthiknadig any news about this pr? |
|
Apologies for the delay. It looks like the tests fail because they need the same version check as the install script. |
Hi, I opened a pull request for adding UV to Python feature