You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use Python 3.8 in AzDo pipelines
* Add python 3.8 condition
* Fail fast (single workspace)
* Try downgrading pytest
* Upgrade pytest, update pytest args
* Uncomment other PR validation stages
* Windis fail fast pytest 3.6.3 python 3.8
* Commenting everything out didn't work out
* Re-upgrade pytest to 4.6.9
* Use pathlib2 for py27 compatibility
* Save path as string
* Fix paths in the parent function (for all tests)
* Use Path.resolve() for projroot too
* Use pathlib in test_util too
* Uncomment accidental comment
* Add comments
Copy file name to clipboardExpand all lines: build/ci/templates/globals.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
variables:
2
-
PythonVersion: '3.7'# Always use latest version.
2
+
PythonVersion: '3.8'# Always use latest version.
3
3
NodeVersion: '12.4.0'# Check version of node used in VS Code.
4
4
NpmVersion: '6.13.4'
5
5
MOCHA_FILE: '$(Build.ArtifactStagingDirectory)/test-junit.xml'# All test files will write their JUnit xml output to this file, clobbering the last time it was written.
0 commit comments