Conversation
|
Ouch. I fucked up. This PR has been pushed to |
|
OK, I cannot revert back @davidism should I just fast forward to sync |
|
As for the root cause, as I was explaining in #3700 (comment) , I attempted to delete |
|
It looks like you made one commit, where are the 50 you're referring to? Push a revert commit, then open a PR from a separate branch. |
Yes, there is only one commit difference between Ok so I'll just revert the last one and keep the free |
This reverts commit fbdd434.
isolated_filesystem and document its limitsisolated_filesystem and document its limits
|
OK just fixed it. New PR is at: #3704 |
This is an attempt to deprecate
isolated_filesystemfrom theCliRunner. It has been discussed in #3501.In addition to the deprecation, I added some explicit documentation about thread-safety as discussed in #3501. I used our own usage of
pytest-xdistas a good example to follow.All occurrences of
isolated_filesystemin our own test suite have been removed and we are now relying on Pytest'stmp_path.I also inaugurated the
docs/upgrade-guides.mdsection introduced a while ago by @Rowlando13 .This PR closes #3700.