Skip to content

Commit b958f5f

Browse files
committed
Add export plugin to conftest
1 parent d4a1a4b commit b958f5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/util/dependencies/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def create_new_poetry_project(
104104
subprocess.run([poetry_path, "new", project_name], cwd=cwd, check=True)
105105

106106
commands = [
107+
[poetry_path, "self", "add", "poetry-plugin-export"],
107108
[poetry_path, "add", f"pylint=={sample_versions.pylint}"],
108109
[poetry_path, "add", "--group", "dev", f"isort=={sample_versions.isort}"],
109110
[poetry_path, "add", "--group", "analysis", f"black=={sample_versions.black}"],

0 commit comments

Comments
 (0)