Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmpdir: clean up indirection via config for factories #237

Closed
wants to merge 1 commit into from

Conversation

blueyed
Copy link
Owner

@blueyed blueyed commented Feb 19, 2020

Remove _tmp_path_factory and _tmpdirhandler from the config object.

  • _tmpdirhandler has been deprecated since 2.8.0 (0f52856), when
    tmpdir_factory has been added.
  • _tmp_path_factory should have probably never been added there in the
    first place, but maybe just used the same pattern (16e2737).

Remove `_tmp_path_factory` and `_tmpdirhandler` from the config object.

- `_tmpdirhandler` has been deprecated since 2.8.0 (0f52856), when
  `tmpdir_factory` has been added.
- `_tmp_path_factory` should have probably never been added there in the
  first place, but maybe just used the same pattern (16e2737).
@blueyed
Copy link
Owner Author

blueyed commented Feb 20, 2020

Merged upstream (pytest-dev#6767).

@blueyed blueyed closed this Feb 20, 2020
@blueyed blueyed deleted the tmpdir-cleanup branch February 20, 2020 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant