Commit e22e1ac
Move KV Keys to pyproject.toml (#39100)
* Move KV Keys to pyproject.toml
* Add keywords
* Update version extraction
* tiny update to get_package_properties so that our pure pyproject.toml packages can flow through
* temporarily continue on error from twine verify readme so we can see the rest of the failures
* cleaning up remaining references to setup.py. it is mostly as simple as removing the assumed setup.py in favor of just using the package directory
* repair mindependency
* ensure that build failures are checked in create_package, add build to the set of dependencies that are installed (so that installing pure pyproject.toml packages does not fail). this repairs the depends tox environment
* Explicit MD content-type for readme
* there are no adjustments necessary to make the requirement version updates work.
* Exclude tests and samples
* still need to traverse the __init__ but this should be a green build now
* patch azure-sdk-tools workflow to make it passing
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
* we were finding _version files under the .tox folder
* Update eng/test_tools.txt
---------
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: swathipil <[email protected]>
Co-authored-by: swathipil <[email protected]>1 parent afeb13c commit e22e1ac
File tree
2 files changed
+48
-0
lines changed- sdk/keyvault/azure-keyvault-keys
- tools/azure-sdk-tools/ci_tools/parsing
2 files changed
+48
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
1 | 47 | | |
2 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
0 commit comments