Skip to content

Commit

Permalink
remove fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <[email protected]>
  • Loading branch information
akoumpa committed Oct 30, 2024
1 parent 40113c7 commit 27dda24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
# siCopyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -117,9 +117,9 @@ def cleanup_local_folder():
rmtree('./nemo_experiments', ignore_errors=True)


@pytest.fixture(autouse=True)
def reset_singletons():
Singleton._Singleton__instances = {}
#@pytest.fixture(autouse=True)
#def reset_singletons():
# Singleton._Singleton__instances = {}

Check notice

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 27dda24

Please sign in to comment.