Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed May 10, 2024
1 parent 7d9c5d1 commit 8123bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# See LICENSE file for licensing details.


import architecture
import pytest

from . import architecture
from .juju_ import juju_major_version

juju2 = pytest.mark.skipif(juju_major_version != 2, reason="Requires juju 2")
Expand Down

0 comments on commit 8123bd3

Please sign in to comment.