Commits
Click on a commit to change the comparison rangeUse recursive hardlinking for pkgs migration4 months ago
by peytondmurray Add back in copying if hardlinking isn't possible on the filesystem4 months ago
by peytondmurray Improve error messaging; respect `always_copy` when migrating pkgs4 months ago
by peytondmurray Convert docstring format; switch from 'legacy' to 'prefix'4 months ago
by peytondmurray Cat the default condarc4 months ago
by peytondmurray Create test fixture to remove `pkgs_dirs` from .condarc4 months ago
by peytondmurray Put in tmate to figure out why I have no control over pkgs4 months ago
by peytondmurray Reset the context when updating condarc in fixture4 months ago
by peytondmurray Add some cleanup to `test_protected_dirs_error_for_rename`4 months ago
by peytondmurray Use shutil.rmtree rather than pathlib.Path.unlink4 months ago
by peytondmurray Tests/fixtures rearrangement; adding migration tests4 months ago
by peytondmurray Add tests for env and pkgs migrations4 months ago
by peytondmurray Rework the `unset_condarc_pkgs` fixture to work with multiple files4 months ago
by peytondmurray Add diagnostic output to unset_condarc_pkgs; add tmate4 months ago
by peytondmurray Reset the context before rewriting all condarcs4 months ago
by peytondmurray Remove tmate4 months ago
by peytondmurray Use os.link rather than pathlib.Path.hardlink_to for 3.9 compat4 months ago
by peytondmurray Add tmate to windows tests4 months ago
by peytondmurray Windows doesn't like removing env by name; try by prefix?4 months ago
by peytondmurray Ensure that the migration warning can be suppressed4 months ago
by peytondmurray Make sure to remove the key that was added4 months ago
by peytondmurray Add tmate4 months ago
by peytondmurray Fixed root_prefix_env_factory cleanup; remove tmate4 months ago
by peytondmurray Add more tests of other migrate_pkgs code paths3 months ago
by peytondmurray Finalize the migration tests3 months ago
by peytondmurray Unset condarc envs on test_pkgs_envs_old_default_dirs3 months ago
by peytondmurray Add news item3 months ago
by peytondmurray Modify log warning message for clarity3 months ago
by peytondmurray Move user_data_envs, etc to be properties of Context3 months ago
by peytondmurray Also except OSError when hardlinking pkgs/3 months ago
by peytondmurray Modify Context to allow new pkgs/envs layout config variable2 months ago
by peytondmurray Automatically use pkg_env_layout = conda_root for tests; fix tests2 months ago
by peytondmurray Fixing migration tests2 months ago
by peytondmurray Finish migration tests2 months ago
by peytondmurray Fix bad mock2 months ago
by peytondmurray Fix test which needs pkg_env_layout = "conda_root"2 months ago
by peytondmurray Modify mock pkgs/envs to produce valid paths on windows2 months ago
by peytondmurray Move env var intialization back to where it was2 months ago
by peytondmurray Add fixture to mock out `context.pkg_env_layout` -> 'conda_root'2 months ago
by peytondmurray Can't use mock on pkg_env_root; expects a parameter, not str2 months ago
by peytondmurray Maybe I need to reset context first?2 months ago
by peytondmurray Try mocking with a PrimitiveParameter2 months ago
by peytondmurray Mock parameter needs a call to _set_name2 months ago
by peytondmurray Try unsetting condarc pkgs_dirs/envs_dirs for test_clean_and_packages2 months ago
by peytondmurray Something is up with the CI test env; tmate to debug2 months ago
by peytondmurray Remove tmate - tests pass when I just run them manually....2 months ago
by peytondmurray Try resetting context and printing --show-sources inside test2 months ago
by peytondmurray Reenable tests; add patch decorator on offending test2 months ago
by peytondmurray Add unit tests for hardlink_dir_contents, copy_dir_contents2 months ago
by peytondmurray General cleanup; make test_migrate_envs has envs to migrate :)2 months ago
by peytondmurray Add deprecation; make pkg_env_layout an enum2 months ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs2 months ago
by peytondmurray Need to reset context on a few migration tests2 months ago
by peytondmurray Use `None` instead of "unset" for pkg_env_layout2 months ago
by peytondmurray Make attribute mocking fixture handle NoneType parameters2 months ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs2 months ago
by peytondmurray Add PrefixData import; add more tests2 months ago
by peytondmurray Fix test paths for windows compat; fix test of warning message2 months ago
by peytondmurray Resolve paths in test2 months ago
by peytondmurray Improve coverage over warning emission2 months ago
by peytondmurray Cleanup2 months ago
by peytondmurray Address review comments2 months ago
by peytondmurray Revise pkgs_dirs/envs_dirs behavior to match latest request; update tests2 months ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs2 months ago
by peytondmurray Consolidate multiple appends to an extend2 months ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs2 months ago
by peytondmurray Add envs_dirs test2 months ago
by peytondmurray Apply suggestions from code review
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>1 month ago
by peytondmurray Modify test regexes to match expected error message text1 month ago
by peytondmurray