Fix #2775 - running pytest with "--pyargs" will result in Items with empty "parent.nodeid" if run from a different root directory

This commit is contained in:
Christian Boelsen
2017-09-13 17:14:24 +01:00
parent 70cdfaf661
commit 14b6380e5f
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix the bug where running pytest with "--pyargs" will result in Items with empty "parent.nodeid" if run from a different root directory.