Skip to content

Commit

Permalink
Remove debug assert
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 25, 2023
1 parent fb32f2a commit 49c5f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rez/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def setup_once(self):

def tearDown(self):
self.teardown_config()
self.assertNotEqual(os.environ, self.__environ)
os.environ = self.__environ

@classmethod
Expand Down

0 comments on commit 49c5f0f

Please sign in to comment.