Skip to content

Commit

Permalink
Enable feature for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Aug 10, 2024
1 parent 5894dc4 commit 30a8dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/test_castore_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a8dc8

Please sign in to comment.