diff --git a/python-moban.spec b/python-moban.spec index ca26816..8f8879a 100644 --- a/python-moban.spec +++ b/python-moban.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/remove_nose.patch b/remove_nose.patch index 122251f..56a4e62 100644 --- a/remove_nose.patch +++ b/remove_nose.patch @@ -2311,6 +2311,3 @@ index 9f9983c4..320c5298 100644 - os.chdir(os.path.join(self.base_folder, working_directory)) + os.chdir(fs.path.join(self.base_folder, working_directory)) run_moban_with_fs(moban_cli, None, assertions) - - -