#5673 contrib/nssciphersuite/nssciphersuite.py raising error in tests
Closed: fixed Opened by mkubik.

From acceptance tests:

contrib/nssciphersuite/nssciphersuite.py:28: in <module>
    from urllib.request import urlopen  # pylint: disable=no-name-in-module
E   ImportError: No module named request

Is this file supposed to be python3 only? How can we prevent this pytest behavior?


looks like we are missing requires for python-requests

issue in tests

pytest.ini should whitelist rather than blacklist imports, so that when a new random *.py file is added, the acceptance tests don't fail

Metadata Update from @mkubik:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.5 backlog

Metadata Update from @cheimes:
- Issue assigned to cheimes (was: someone)

Since we moved to mod_ssl, I'm going to remove the entire directory.

Metadata Update from @cheimes:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/1885 (was: 0)
- Issue close_status updated to: None

master:

  • a4418963ce2fcb56712fce157d877003833fccc5 Remove contrib/nssciphersuite

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

Metadata