Skip to content

Commit

Permalink
test plugin instead of old in-tree exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Apr 9, 2022
1 parent 3a41def commit d1776cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from poetry.factory import Factory
from poetry.packages import Locker as BaseLocker
from poetry.repositories.legacy_repository import LegacyRepository
from poetry.utils.exporter import Exporter

from poetry_plugin_export.exporter import Exporter
from tests.markers import MARKER_PY
from tests.markers import MARKER_PY27
from tests.markers import MARKER_PY36
Expand Down

0 comments on commit d1776cc

Please sign in to comment.