2020-03-27 22:16:05 +03:00
|
|
|
# requirements leveraged by ci tools
|
2024-10-22 20:29:33 +03:00
|
|
|
setuptools==74.1.3
|
2024-07-12 21:38:48 +03:00
|
|
|
virtualenv==20.25.1
|
2024-07-04 13:29:21 +03:00
|
|
|
wheel==0.43.0
|
[engsys] Migrate to tox4 (#30159)
* Remove references to {envbindir}
tox prepends the {env_bin_dir} to $PATH, so commands
will default to using the virtual environment first.
See: https://tox.wiki/en/4.4.11/config.html#commands
One of tox's core maintainers also discourages its use:
https://github.com/tox-dev/tox/issues/2909#issuecomment-1409806654
* refactor: Write paths relative to git root, instead of package dir
Uses an inline plugin (toxfile.py) to make a computed config
value avaiable to tox environments.
* refactor: Rename {toxinidir} to {tox_root}
{toxinidir} is an alias for {tox_root}, but {tox_root} is:
* More clear: {tox_root} isn't necessarily where the ini file is
* Shorter
* refactor: Flatten some commands that are no longer super long
* refactor: Make a pytest section
* refactor: Remove `changedir = {tox_root}`
This is the default behavior, see:
https://tox.wiki/en/4.4.11/config.html#change_dir-external
* fix: {distdir} is deprecated
See: https://tox.wiki/en/latest/upgrading.html#removed-tox-ini-keys
* fix: Remove --ignore-installed from pip command
--ignore-installed can break a python installation if multiple
conflicting versions of a package are installed
* refactor: Add descriptions to all tox environments
* fix: Remove ineffective platform config
platform = linux: linux
macos: darwin
windows: win32
Setting the above in the base environment has no effect:
* None of the environments have {linux,macos,windows} in the
name, so the platform config is always empty.
* chore: Bump `tox` to `>4.4.11` and no longer install `tox-monorepo`
tox4 natively solves what `tox-monorepo` was written to solve:
`--root` lets you set `toxinidir` independently of the config
file in use.
4.4.11 was chosen as the cutoff since it was the first release to
include a fix to `--root` that prevented `{work_dir}` from being
changed when `{toxinidir}` was changed by `--root`.
`tox-monorepo` should no longer be needed
* docs: Update CONTRIBUTING.md to use tox 4 commands
* References to tox-monorepo were removed
* Replaced discussion of `tox -l` with tox4's `tox list`
* Updated examples to use `--root`
* docs: Make `azure-media-{videoanalyzer,analytics}-edge`'s DevTips.md point to CONTRIBUTING.md for tox
* docs: Remove remaining references to tox-monorepo
* doc: Use `--root` throughout documentation
* engsys: Make tox_harness set `{toxinidir}` when invoking tox
* engsys: Set required tox version in config
* docs: Use the new url for tox docs
* docs: Add a callout that TOX_* environment variables control defaults
* TOX_CONFIG_DIR can be used to permanently set --conf
* TOX_ROOT_DIR can be used to permanently set --root
* update packaging requirement everywhere it is used.
* fix cspell
* docs: Use `tox run` syntax throughout documentation
* engsys: Use `tox run` syntax in tox_harness.py
* docs: Replace – (U+2013 : EN DASH) with - (ASCII code 45)
* update pytest requirements + coverage.
* update virtualenv
* more conflicts resolved
* bringing in urllib3 restriction, aligning ci_tools.txt with test_tools.txt
* check_call requires a list of type string. if we append ['blah', 'blah'] we are actually inserting another array. just use regular array concatenation
* engsys: Tox uses `run` for serial execution and `run-parallel` for parallel`
* azure-core: Use `@pytest_asyncio.fixture` to mark an asyncio fixture
See https://pytest-asyncio.readthedocs.io/en/latest/concepts.html#strict-mode
* pin coverage to newer version with no conflicts
* identify issue with missing code coverage being caused by wrongly named namespace (#30344)
* remove fix of dotfile!
* apply black formatting to resolve failing analyze step
* tox installing tox. probably not a good thing :)
* engsys: Remove `tox` from `azure-media-analytics-edge` dev_requirements
* align regression version of ci/test_tools.txt
* new coverage format requires that the package sources be present when combining .coverage files. amend our tox tree cleanup to exclude the whl directory when running coverage.
* ensure that missing hidden folder can't break cleanup operation
* ensure coverage isn't generated on whl_no_aio
* ensure that coverage is generated without wonky package paths
---------
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2023-05-23 20:11:23 +03:00
|
|
|
packaging==23.1
|
|
|
|
tox==4.5.0
|
2020-03-27 22:16:05 +03:00
|
|
|
pathlib2==2.3.5
|
2021-12-14 00:52:08 +03:00
|
|
|
doc-warden==0.7.2
|
2020-07-15 02:25:48 +03:00
|
|
|
beautifulsoup4==4.9.1
|
2023-09-21 21:40:33 +03:00
|
|
|
pkginfo==1.9.6
|
2024-05-07 21:56:39 +03:00
|
|
|
pip==24.0
|
2023-06-29 01:31:29 +03:00
|
|
|
typing-extensions<=4.6.3
|
2023-10-11 03:19:22 +03:00
|
|
|
pyproject-api<1.6
|
2024-03-15 02:18:17 +03:00
|
|
|
cibuildwheel==2.16.5
|
2024-07-04 13:29:21 +03:00
|
|
|
importlib-metadata==8.0.0
|
2021-10-14 02:38:58 +03:00
|
|
|
|
2023-09-21 21:40:33 +03:00
|
|
|
# requirements leveraged for testing
|
|
|
|
pytest==7.3.1
|
|
|
|
pytest-cov==4.0.0
|
|
|
|
coverage==7.2.5
|
|
|
|
|
2024-03-19 04:12:12 +03:00
|
|
|
# locking packages defined as deps from azure-sdk-tools
|
2023-09-21 21:40:33 +03:00
|
|
|
Jinja2==3.1.2
|
2020-03-27 22:16:05 +03:00
|
|
|
json-delta==2.0
|
2024-01-10 00:21:15 +03:00
|
|
|
readme_renderer==42.0;
|
2024-07-04 13:29:21 +03:00
|
|
|
python-dotenv==1.0.1
|
2023-09-21 21:40:33 +03:00
|
|
|
pyyaml==6.0.1
|
2024-06-21 06:48:23 +03:00
|
|
|
urllib3==2.0.7
|
2023-10-11 03:19:22 +03:00
|
|
|
six==1.16.0
|
2020-03-27 22:16:05 +03:00
|
|
|
|
|
|
|
# local dev packages
|
2022-08-16 22:25:02 +03:00
|
|
|
./tools/azure-sdk-tools[build]
|