Skip to content

Fix venv test failures on mac#10725

Merged
rchiodo merged 2 commits into
masterfrom
rchiodo/fix_venv_tests_mac
Mar 23, 2020
Merged

Fix venv test failures on mac#10725
rchiodo merged 2 commits into
masterfrom
rchiodo/fix_venv_tests_mac

Conversation

@rchiodo

@rchiodo rchiodo commented Mar 23, 2020

Copy link
Copy Markdown

The venv-test is failing on mac for all CI runs
https://dev.azure.com/ms/vscode-python/_build/results?buildId=69191&view=logs&j=67dd891a-c21e-5444-1dc6-ca8b091da2c5&t=9223d52d-8b3b-56f5-7c2a-602872b7a02a

Looks to me like it's a permission problem with conda

@rchiodo rchiodo added the no-changelog No news entry required label Mar 23, 2020
@rchiodo rchiodo self-assigned this Mar 23, 2020
Comment thread build/ci/templates/test_phases.yml Outdated
sudo chown -R $USER $CONDA
displayName: 'Give CONDA permission to its own files'
condition: and(succeeded(), eq(variables['NeedsPythonFunctionalReqs'], 'true'), eq(variables['Agent.Os'], 'Darwin'))
condition: and(succeeded(), 'true'), eq(variables['Agent.Os'], 'Darwin'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parens look off here.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@rchiodo rchiodo merged commit b123674 into master Mar 23, 2020
@rchiodo rchiodo deleted the rchiodo/fix_venv_tests_mac branch March 23, 2020 21:31
@lock lock Bot locked as resolved and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants