generated from deepin-community/template-repository-main
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log:
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
supervisor (4.2.5-3deepin1) unstable; urgency=medium | ||
|
||
* Skip ut for obs. | ||
|
||
-- xiangzelong <[email protected]> Mon, 30 Dec 2024 11:03:12 +0800 | ||
|
||
supervisor (4.2.5-3) unstable; urgency=medium | ||
|
||
* Team upload. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/supervisor/tests/test_loggers.py b/supervisor/tests/test_loggers.py | ||
index 0742c17..32d3ec3 100644 | ||
--- a/supervisor/tests/test_loggers.py | ||
+++ b/supervisor/tests/test_loggers.py | ||
@@ -228,6 +228,7 @@ else: | ||
StdoutTestsBase = object | ||
|
||
class StdoutTests(StdoutTestsBase): | ||
+ @unittest.skip("Skipping test_ctor_with_dev_stdout due to permission issues") | ||
def test_ctor_with_dev_stdout(self): | ||
handler = self._makeOne('/dev/stdout') | ||
# Modes 'w' and 'a' have the same semantics when applied to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
py313.patch | ||
0001-skip-unit-test-stdout.diff |