Python: Added paragraph that warns about pytest.fixture(scope="session") with test server
What does this PR do?
Addresses #3111 . When running tests in a project I noticed:
- Time skipping wasn't working even if it was enabled
- samples-python test never reuse the same workflow environment with timeskipping
This additional paragraph should warn developers familiar with pytest.fixtures not to use the scope session for caching the workflow environment
Created SDK-2941 to review
Thanks, @cretz. Back to you @edmondop
I have accepted all @cretz suggestion, thank you @cretz . I see two workflows are not passing, do I need to do something else?
@edmondop Thanks for all your work on this. Please ping me and let me know when it is ready to move forward. Cheers!
@cretz @edmondop Just touching base to check the status of this PR. Thank you both.
@fairlydurable - sorry I missed your comment until now. I think https://github.com/temporalio/documentation/pull/3113/files#r1866332621 still needs to be addressed
Closing this one.