Skip to content

Commit

Permalink
don't use is_relative_to in test (not in python 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed May 4, 2024
1 parent bb3a5f8 commit 5699e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cli/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def tmp_settings_file(

# point settings at location in fake home dir
config_path = user_config_path("whl2conda")
assert config_path.is_relative_to(home)
settings_file = config_path / settings.SETTINGS_FILENAME
settings.load(settings_file)
assert settings.settings_file == settings_file
Expand Down

0 comments on commit 5699e92

Please sign in to comment.