Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1.0.0 issues #50

Merged
merged 14 commits into from
Apr 11, 2022
Merged
Prev Previous commit
Next Next commit
test plugin instead of old in-tree exporter
  • Loading branch information
radoering committed Apr 9, 2022
commit d1776ccd8a89cd41e9f54066df9ec7d120f30ecb
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