diff --git a/changelog.d/other.b4e1034c.entry.yaml b/changelog.d/other.b4e1034c.entry.yaml new file mode 100644 index 0000000..de48fc7 --- /dev/null +++ b/changelog.d/other.b4e1034c.entry.yaml @@ -0,0 +1,5 @@ +message: Changed pytest entrypoint to avoid error while loading plugin with `-p` argument. +pr_ids: +- '160' +timestamp: 1721755691 +type: other diff --git a/setup.py b/setup.py index 43d66f4..95f8573 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def read(fname): ], entry_points={ "pytest11": [ - "subprocess = pytest_subprocess.fixtures", + "pytest-subprocess = pytest_subprocess.fixtures", ], }, )