Skip to content

Commit

Permalink
Cleanup unnecessary per available shell config override
Browse files Browse the repository at this point in the history
Signed-off-by: javrin <jawabiscuit@users.noreply.github.com>
  • Loading branch information
Jawabiscuit committed Sep 15, 2023
1 parent 595c9e8 commit 07c762a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rez/tests/test_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def _standardize_variants(variants):
def test_1(self, shell):
"""Basic release."""
config.override("default_shell", shell)
if shell == "gitbash":
config.override("enable_path_normalization", True)

# release should fail because release path does not exist
self._setup_release()
Expand Down Expand Up @@ -174,8 +172,6 @@ def test_2_variant_add(self, shell):
"""Test variant installation on release
"""
config.override("default_shell", shell)
if shell == "gitbash":
config.override("enable_path_normalization", True)

orig_src_path = self.src_path
self.src_path = os.path.join(self.src_path, "variants")
Expand Down

0 comments on commit 07c762a

Please sign in to comment.