> For your question, for most tests that use setup_method, they do not > explicitly define a teardown method. Instead, it looks like pytest > automatically calls some sort of implicit teardown procedure to undo > anything created during the setup_method. To prevent that from > happening would involve that complex change to pytest-run-parallel > that I mentioned in the post.
Yikes, I would not have guessed that! I can now see what you are up against... -- Marten _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
