We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e66cda commit 549d5b9Copy full SHA for 549d5b9
HISTORY.rst
@@ -6,6 +6,7 @@ History
6
7
Other changes
8
~~~~~~~~~~~~~
9
+* `#160 <https://github.com/aklajnert/pytest-subprocess/pull/160>`_: Changed pytest entrypoint to avoid error while loading plugin with `-p` argument.
10
* `#127 <https://github.com/aklajnert/pytest-subprocess/pull/127>`_: Add `tests` directory to sdist.
11
12
1.5.0 (2023-01-28)
changelog.d/other.b4e1034c.entry.yaml
changelog.d/releases/19.1.5.1.yaml
@@ -1,5 +1,11 @@
1
entries:
2
other:
3
+ - message: Changed pytest entrypoint to avoid error while loading plugin with `-p`
4
+ argument.
5
+ pr_ids:
+ - '160'
+ timestamp: 1721758426
+ type: other
- message: Add `tests` directory to sdist.
pr_ids:
- '127'
0 commit comments