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

More py.path -> pathlib conversions #8174

Merged
merged 10 commits into from Dec 26, 2020

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    73586be View commit details
    Browse the repository at this point in the history
  2. config: let main() accept any os.PathLike instead of just py.path.local

    Really it ought to only take the List[str], but for backward
    compatibility, at least get rid of the explicit py.path.local check.
    bluetech committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    2c05a7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    042d12f View commit details
    Browse the repository at this point in the history
  4. testing/test_nodes: fix fake session to be more accurate

    The type of _initialpaths is `FrozenSet[Path]`.
    bluetech committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    7aa2240 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    92ba96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b220fa View commit details
    Browse the repository at this point in the history
  3. testing/test_config: check inipath instead of inifile

    inifile is soft-deprecated in favor of inipath.
    bluetech committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    170a2c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a218413 View commit details
    Browse the repository at this point in the history
  5. testing: convert some tmpdir to tmp_path

    The tmpdir fixture (and its factory variant) is soft-deprecated in favor
    of the tmp_path fixture.
    bluetech committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    4faed28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca4effc View commit details
    Browse the repository at this point in the history