Samba 4.11.0 dropped support for python3 and thus it was also dropped from samba related libraries (ldb ...) which is required by integration tests
Resolves: https://pagure.io/SSSD/sssd/issue/4074
9 new commits added
intg: Install python3 dependencies for intgcheck on new distros
BUILD: Prefer python3 for intgcheck
INTG: Do hot hardcode version of python/pytest in intgcheck
BUILD: Move python checks for intgcheck to macro
BUILD: Change value of variable HAVE_PYTHON2/3_BINDINGS
BUILD: Add macro for checking pytest for intgcheck
BUILD: Move checking of python2 modules for intgcheck
BUILD: Fix typo of detecting python module for intgcheck
BUILD: Add macro for checking python3 modules
Thank you.
I guess it should say python2. Otherwise it looks good to me. I will run some test before acking.
I change the commit message so it says that python2 was dropped instead of python3 and I'm going to push the patches. CI passed on all systems.
Commit 5dc86be0 fixes this pull-request
Pull-Request has been merged by pbrezina
Commit 0e1346b9 fixes this pull-request
master
Pull-Request has been closed by pbrezina
Thank you very much for fixing typo. (sorry, I was busy with other tasks yesterday). BTW it should have not been necessary to close PR. I added comment to few commit
Merges: https://pagure.io/SSSD/sssd/pull-request/4075
And you can see even messages in this PR that it was merged. If PR was not automatically marked as merged than there is a bug in pagure :-)
Samba 4.11.0 dropped support for python3 and thus it was also
dropped from samba related libraries (ldb ...)
which is required by integration tests
Resolves:
https://pagure.io/SSSD/sssd/issue/4074