freeipa/ipatests/test_ipaserver
Christian Heimes af140b0bc1 Silence pytest.yield_fixture deprecation warning
pytest >= 2.10 supports yield based fixtures with pytest.fixture. In
pytest < 2.10 pytest.yield_fixture is required. But that function
also raises a deprecation warning in pytest >= 3.0. FreeIPA has to stay
compatible with pytest < 2.10 for RHEL 7 testing.

https://docs.pytest.org/en/latest/fixture.html#fixture-finalization-executing-teardown-code

https://pagure.io/freeipa/issue/6591

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2017-05-30 12:28:51 +02:00
..
data Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_install Add options to run only ipaclient unittests 2017-03-17 15:02:13 +01:00
__init__.py pytest 3.x compatibility 2017-03-27 18:03:14 +02:00
httptest.py pylint: enable the import-error check 2016-10-24 14:11:08 +02:00
test_changepw.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_dnssec.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
test_ipap11helper.py Fix PKCS11 helper 2017-04-12 09:54:10 +02:00
test_kadmin.py Silence pytest.yield_fixture deprecation warning 2017-05-30 12:28:51 +02:00
test_ldap.py Use with statement for opening file 2017-03-30 13:08:08 +02:00
test_otptoken_import.py Migrate OTP import script to python-cryptography 2017-03-01 12:51:50 +01:00
test_rpcserver.py Fix test, nested lists are no longer converted to nested tuples 2017-02-15 17:27:56 +01:00
test_secrets.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
test_serverroles.py test_serverroles: Get rid of MockLDAP and use ldap2 instead 2017-05-26 16:11:40 +02:00
test_topology_plugin.py test_topology_plugin: Don't rely on order of an attribute's values 2016-05-30 16:44:08 +02:00
test_version_comparison.py tests for package version comparison 2016-01-12 15:33:22 +01:00