diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-03-17 19:38:53 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-03-22 10:20:51 +0100 |
| commit | d46cd5d956d1c03b863bf90d0fd0ff4870448183 (patch) | |
| tree | a821235a8bbab1abd54d6bfd6a3665f5b3b93334 /ipatests/test_ipalib | |
| parent | 5add0f94cf9253a72224ccaf5be38540468ea589 (diff) | |
| download | freeipa-d46cd5d956d1c03b863bf90d0fd0ff4870448183.tar.gz freeipa-d46cd5d956d1c03b863bf90d0fd0ff4870448183.tar.xz freeipa-d46cd5d956d1c03b863bf90d0fd0ff4870448183.zip | |
Pylint: enable reimported check
Fixes current reimports and enables pylint check for them
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Diffstat (limited to 'ipatests/test_ipalib')
| -rw-r--r-- | ipatests/test_ipalib/test_x509.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipatests/test_ipalib/test_x509.py b/ipatests/test_ipalib/test_x509.py index 28745ffd8..32d0e8561 100644 --- a/ipatests/test_ipalib/test_x509.py +++ b/ipatests/test_ipalib/test_x509.py @@ -29,8 +29,6 @@ from nss.error import NSPRError from ipalib import x509 from ipapython.dn import DN -import pytest - pytestmark = pytest.mark.tier0 # certutil - |
