Configuring Python Project In Eclipse
Actually I'm trying to use a python framework in Eclipse (with PyDev plugin) - the framework was designed in PyCharm IDE where we do some configuration as in the screenshot below:
Solution 1:
Humm, can you update your pytest version and retry that? Which pytest version are you using?
I.e. it seems PyDev is now requiring pytest 2.7 onwards (hookwrapper: executing around other hooks is New in version 2.7 from: http://docs.pytest.org/en/latest/writing_plugins.html).
As a note, pytest 2.7 is from Mar 26, 2015, so, it's already relatively old.
Post a Comment for "Configuring Python Project In Eclipse"