diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com> | 2024-07-19 16:22:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 16:22:33 +0200 |
commit | 0d5460df16af2c8e082796c6a46cb075060f74c9 (patch) | |
tree | 99a207ff4a87bbe24def04c670f74b393be24c11 /test | |
parent | remove ignore clauses for module lineinfile (#83595) (diff) | |
download | ansible-0d5460df16af2c8e082796c6a46cb075060f74c9.tar.xz ansible-0d5460df16af2c8e082796c6a46cb075060f74c9.zip |
🧪 Use `setuptools [core]` @ collections_runtime_pythonpath (#83627)
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml index feec734a6b..b14319ca05 100644 --- a/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml +++ b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml @@ -1,6 +1,5 @@ [build-system] requires = [ - "setuptools >= 44", - "wheel", + "setuptools [core] >= 44", ] build-backend = "setuptools.build_meta" |