Avoids overriding configuration file path in current pytest process (fixes invocation of pytest -x).
pytest -x
Signed-off-by: Lukas Holecek hluk@email.cz
Oops, this is obviously incorrect fix reading the comment in the code above my change :( .... fixing again (not sure why the tests passed for me the first time, they're failing now).
rebased onto 7162cc86ed35b1364304077481987d58037f008b
OK, fixed!
+1
:thumbsup:
rebased onto 1fe57e0589373b24615073b49f97ba805b77085d
Pull-Request has been merged by mprahl
Avoids overriding configuration file path in current pytest process
(fixes invocation of
pytest -x).Signed-off-by: Lukas Holecek hluk@email.cz