Commits
Click on a commit to change the comparison rangeUse recursive hardlinking for pkgs migration2 months ago
by peytondmurray Add back in copying if hardlinking isn't possible on the filesystem2 months ago
by peytondmurray Improve error messaging; respect `always_copy` when migrating pkgs2 months ago
by peytondmurray Convert docstring format; switch from 'legacy' to 'prefix'2 months ago
by peytondmurray Cat the default condarc2 months ago
by peytondmurray Create test fixture to remove `pkgs_dirs` from .condarc2 months ago
by peytondmurray Put in tmate to figure out why I have no control over pkgs2 months ago
by peytondmurray Reset the context when updating condarc in fixture2 months ago
by peytondmurray Add some cleanup to `test_protected_dirs_error_for_rename`2 months ago
by peytondmurray Use shutil.rmtree rather than pathlib.Path.unlink2 months ago
by peytondmurray Tests/fixtures rearrangement; adding migration tests2 months ago
by peytondmurray Add tests for env and pkgs migrations2 months ago
by peytondmurray Rework the `unset_condarc_pkgs` fixture to work with multiple files2 months ago
by peytondmurray Add diagnostic output to unset_condarc_pkgs; add tmate2 months ago
by peytondmurray Reset the context before rewriting all condarcs2 months ago
by peytondmurray Remove tmate2 months ago
by peytondmurray Use os.link rather than pathlib.Path.hardlink_to for 3.9 compat2 months ago
by peytondmurray Add tmate to windows tests2 months ago
by peytondmurray Windows doesn't like removing env by name; try by prefix?2 months ago
by peytondmurray Ensure that the migration warning can be suppressed2 months ago
by peytondmurray Make sure to remove the key that was added2 months ago
by peytondmurray Add tmate2 months ago
by peytondmurray Fixed root_prefix_env_factory cleanup; remove tmate2 months ago
by peytondmurray Add more tests of other migrate_pkgs code paths2 months ago
by peytondmurray Finalize the migration tests2 months ago
by peytondmurray Unset condarc envs on test_pkgs_envs_old_default_dirs2 months ago
by peytondmurray Add news item2 months ago
by peytondmurray Modify log warning message for clarity2 months ago
by peytondmurray Move user_data_envs, etc to be properties of Context2 months ago
by peytondmurray Also except OSError when hardlinking pkgs/2 months ago
by peytondmurray Modify Context to allow new pkgs/envs layout config variable22 days ago
by peytondmurray Automatically use pkg_env_layout = conda_root for tests; fix tests22 days ago
by peytondmurray Fixing migration tests21 days ago
by peytondmurray Finish migration tests21 days ago
by peytondmurray Fix bad mock21 days ago
by peytondmurray Fix test which needs pkg_env_layout = "conda_root"21 days ago
by peytondmurray Modify mock pkgs/envs to produce valid paths on windows21 days ago
by peytondmurray Move env var intialization back to where it was21 days ago
by peytondmurray Add fixture to mock out `context.pkg_env_layout` -> 'conda_root'21 days ago
by peytondmurray Can't use mock on pkg_env_root; expects a parameter, not str21 days ago
by peytondmurray Maybe I need to reset context first?21 days ago
by peytondmurray Try mocking with a PrimitiveParameter20 days ago
by peytondmurray Mock parameter needs a call to _set_name20 days ago
by peytondmurray Try unsetting condarc pkgs_dirs/envs_dirs for test_clean_and_packages20 days ago
by peytondmurray Something is up with the CI test env; tmate to debug20 days ago
by peytondmurray Remove tmate - tests pass when I just run them manually....20 days ago
by peytondmurray Try resetting context and printing --show-sources inside test20 days ago
by peytondmurray Reenable tests; add patch decorator on offending test20 days ago
by peytondmurray Add unit tests for hardlink_dir_contents, copy_dir_contents20 days ago
by peytondmurray General cleanup; make test_migrate_envs has envs to migrate :)19 days ago
by peytondmurray Add deprecation; make pkg_env_layout an enum17 days ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs16 days ago
by peytondmurray Need to reset context on a few migration tests16 days ago
by peytondmurray Use `None` instead of "unset" for pkg_env_layout16 days ago
by peytondmurray Make attribute mocking fixture handle NoneType parameters16 days ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs15 days ago
by peytondmurray Add PrefixData import; add more tests13 days ago
by peytondmurray Fix test paths for windows compat; fix test of warning message12 days ago
by peytondmurray Resolve paths in test12 days ago
by peytondmurray Improve coverage over warning emission11 days ago
by peytondmurray Cleanup11 days ago
by peytondmurray Address review comments9 days ago
by peytondmurray Revise pkgs_dirs/envs_dirs behavior to match latest request; update tests9 days ago
by peytondmurray Merge branch 'main' into decouple-base-pkgs-envs7 days ago
by peytondmurray Consolidate multiple appends to an extend7 days ago
by peytondmurray