Pin setuptools for pkg stub to v65.6.3

This patch is meant to improve the reproducibility of smoke-testing.
This commit is contained in:
Sviatoslav Sydorenko 2022-12-06 22:20:59 +01:00
parent 3f27ae2c90
commit efa83bf521
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -56,8 +56,11 @@ jobs:
env:
CONTENTS: |
[build-system]
requires = ["setuptools>=61"]
requires = [
"setuptools == 65.6.3",
]
build-backend = "setuptools.build_meta"
[project]
name = "test-package"
version = "0.1"