We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d2955 commit 3e1ea28Copy full SHA for 3e1ea28
1 file changed
src/nirfsg/system_tests/test_system_nirfsg.py
@@ -23,9 +23,6 @@ def get_test_file_path(file_name):
23
return os.path.join(test_files_base_dir, file_name)
24
25
26
-sys.path.insert(0, str(pathlib.Path(__file__).parent.parent.parent / 'generated/nirfsg'))
27
-
28
29
class SystemTests:
30
@pytest.fixture(scope='function')
31
def rfsg_device_session(self, session_creation_kwargs):
0 commit comments