diff --git a/tests/test_castore_filesystem.py b/tests/test_castore_filesystem.py index 97a94f7..4c002fe 100644 --- a/tests/test_castore_filesystem.py +++ b/tests/test_castore_filesystem.py @@ -9,9 +9,6 @@ import tempfile import pytest -if not __is_py3__: - pytest.skip(allow_module_level=True) - @pytest.mark.parametrize("bundle", BUNDLE_FIXTURES, ids=certfixture_to_id) def test_find_root(bundle): diff --git a/tests/test_cli.py b/tests/test_cli.py index 5e6b404..9803fc0 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -40,7 +40,6 @@ def test_cert_returns_completed_chain_with_root(capsys, bundle): assert stdout == expected -@pytest.mark.skipif(not __is_py3__, reason="Requires Python 3") @pytest.mark.parametrize("bundle", BUNDLE_FIXTURES, ids=certfixture_to_id) def test_cert_returns_completed_chain_with_root_resolved_through_ca_store( capsys, bundle