diff --git a/tests/integrationv2/conftest.py b/tests/integrationv2/conftest.py index e9459369f8b..7362df23abd 100644 --- a/tests/integrationv2/conftest.py +++ b/tests/integrationv2/conftest.py @@ -1,6 +1,5 @@ from global_flags import set_flag, S2N_PROVIDER_VERSION, S2N_FIPS_MODE, S2N_NO_PQ, S2N_USE_CRITERION - def pytest_addoption(parser): parser.addoption("--provider-version", action="store", dest="provider-version", default=None, type=str, help="Set the version of the TLS provider") @@ -12,6 +11,11 @@ def pytest_addoption(parser): default="off", type=str, choices=['off', 'baseline', 'delta'], help="Use Criterion provider in one of 3 modes: [off,baseline,delta]") + + + + + def pytest_configure(config): """ pytest hook that adds the function to deselect tests if the parameters