Scott Beddall
Scott Beddall
This PR... - [x] Refactors scripts present under `eng/versioning` to namespace `ci_tools.versioning` within the azure-sdk-tools package. All Integration points in CI are flipped over to consume entrypoints defined in the...
This should be based against `eng/common/testproxy/target_version.txt`
I know this can't go in as-is. @mccoyp thoughts on ways we only run this portion of the conftest when proxy is enabled?
Right now, we push the updated branch to a fork `azure-sdk/azureml-samples` -> submit PR from fork branch. The issue is that the ML automation is not able to share the...
The python builds have the concept of `BuildTargetingstring` queue time variable that can narrow the scope of a build to select artifacts. Unfortunately, when we use it to get something...
@mccoyp I am working through the `optional` requirements testing right. As I did that, I realized that I wanted to ensure that any new code I added did a better...
[python -m build docs.](https://pypa-build.readthedocs.io/en/stable/) This is the future, as indicated by this deprecation warning. ``` c:\repo\sdk-for-python\venv\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning,...
@harshanalluru @timovv Sorry for the delay here! I intended on having this ready for you by last Thursday but failures wait for no one :( I have _some_ of the...
@JoshLove-msft for FYI, feedback, and 🗡️ callouts. 🗡️ I have no doubt that the efficiency of doing path traversal for _every test_ is pretty garbo, but I'm not even certain...
Let's say we have a shared_requirements.txt of ``` azure-core>=1.20.0 isodate>=0.6.1 ``` if a `setup.py` specifies ```python requires = [ 'azure-core>=1.20.0', 'isodate' ] ``` This does **not** throw. Because TECHNICALLY there...