Open blueyed opened 6 years ago
cc @nicoddemus
Hi, I've just started experiencing this error. Is there a workaround or does it indicate an obvious issue that needs to be fixed within my own code? I've been digging into the linked ticket and the tickets it links to, but haven't been any to identify anything useful (possibly I'm overlooking something). Thanks!
Edit: I came up with a workaround that is working so far, having the pytest arg take a string and later passing the argument to a function to create an object, instead of just specifying that function as the argument's type
in pytest_addoption
. Feel free to disregard my comment, although if you have any information to share (or would like additional information from me) I'd certainly be interested to hear it. Thanks again.
Stumbled upon this with borg's tests: https://travis-ci.org/borgbackup/borg/jobs/439508853#L2123
Python 3.4.5, pytest-3.9.3, py-1.7.0, pluggy-0.8.0
Issue: https://github.com/borgbackup/borg/issues/4123