#4074 Integration tests use python2 unconditionally
Closed: Fixed 5 years ago by pbrezina. Opened 5 years ago by atikhonov.

src/tests/intg/Makefile.am :
fakeroot $(PYTHON2) $(PYTEST2) -v -r a --tb=native $(INTGCHECK_PYTEST_ARGS) .

That has to be fixed as modern distros drops support of python2 gradually...


Metadata Update from @lslebodn:
- Issue assigned to lslebodn

5 years ago

Metadata Update from @lslebodn:
- Issue tagged with: PR

5 years ago
  • master
    • e613dd34bd26c6ab32186c7393177de41c5ef628 - intg: Install python3 dependencies for intgcheck on new distros
    • d30904d898c46613aac97eecf43c84bdea3cd278 - BUILD: Prefer python3 for intgcheck
    • 5be4ebf9c92bb5e305c52bc89c6c7f62bfe8d81d - INTG: Do hot hardcode version of python/pytest in intgcheck
    • a34ea677d9eb5e829d207bb9aae7520f7a3533ac - BUILD: Move python checks for intgcheck to macro
    • 69832d49b627d7237bc3ce449e0930c25fa17eef - BUILD: Change value of variable HAVE_PYTHON2/3_BINDINGS
    • 784b17bef1d68f7bcc51ae80bcd31edfb4ed384f - BUILD: Add macro for checking pytest for intgcheck
    • fd0e08fce33b5119c400f322c6227c527093d4ce - BUILD: Move checking of python2 modules for intgcheck
    • fbd9c987699349c951c380a88381dce4962856ed - BUILD: Fix typo of detecting python module for intgcheck
    • 768c295b5c35fca5964ea17e030c2a2fbce2b816 - BUILD: Add macro for checking python3 modules

Metadata Update from @pbrezina:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago
  • sssd-1-16
    • 50dffac - pysss: use METH_VARARGS | METH_KEYWORDS instead of just METH_KEYWORDS
    • c962c70 - testlib: Fix SyntaxWarning "is" with a literal
    • 0ba6af6 - pysss_murmur: Fix DeprecationWarning PY_SSIZE_T_CLEAN
    • 8bc81b3 - pysss: Fix DeprecationWarning PY_SSIZE_T_CLEAN
    • 8557cd9 - TESTS: Add minimal test for pysss encrypt
    • 4f577e2 - SSSDConfig: Fix SyntaxWarning "is not" with a literal
    • ed26a1e - SSSDConfig: Add minimal test for parse method
    • 4c2df3a - pyhbac: Fix warning Wdiscarded-qualifiers
    • 3a8ae6d - intg: Install python3 dependencies for intgcheck on new distros
    • ec78515 - BUILD: Prefer python3 for intgcheck
    • 958f02d - INTG: Do hot hardcode version of python/pytest in intgcheck
    • cd0d38c - BUILD: Move python checks for intgcheck to macro
    • 03ba5e7 - BUILD: Change value of variable HAVE_PYTHON2/3_BINDINGS
    • f9a4f72 - BUILD: Add macro for checking pytest for intgcheck
    • cf2b5ec - BUILD: Move checking of python2 modules for intgcheck
    • 44735f8 - BUILD: Fix typo of detecting python module for intgcheck
    • 7b95242 - BUILD: Add macro for checking python3 modules
    • 28668d2 - ci: remove left overs from previous rebase
    • d7fe861 - ci: pep8 was renamed to pycodestyle in Fedora 31
    • 900ebdb - ci: use python2 version of pytest

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/5042

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Log in to comment on this ticket.

Metadata