summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-11-06 18:47:19 +0100
committerDaniel Hahler <git@thequod.de>2018-11-07 10:06:09 +0100
commitfa35f650b53821baa85c78caf116fd9e4522c408 (patch)
tree73e18ade9547da59c6b07101ef8fa039acc7c65c /changelog
parent176d27440ce04d26d9d6a2dd590a5f2cb39f4fa2 (diff)
downloadpytest-fa35f650b53821baa85c78caf116fd9e4522c408.tar.gz
Fix handling of duplicate args with regard to Python packages
Fixes https://github.com/pytest-dev/pytest/issues/4310.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4310.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4310.bugfix.rst b/changelog/4310.bugfix.rst
new file mode 100644
index 000000000..24e177c2e
--- /dev/null
+++ b/changelog/4310.bugfix.rst
@@ -0,0 +1 @@
+Fix duplicate collection due to multiple args matching the same packages.