diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
| commit | 63b6e5656a08eb9287e36c420ea46d37210a4a7c (patch) | |
| tree | 37197815afb0163ca132fd7dadc641c4ca845ae4 /dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch | |
| parent | f97373b42b840a1304aa37da034db515c0450494 (diff) | |
| download | baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.gz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.xz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch')
| -rw-r--r-- | dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch b/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch deleted file mode 100644 index 4fd082dc8f77..000000000000 --- a/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://pagure.io/python-daemon/c/0c67a3c6407fbf4483ccfc94a7a0d78cf3379296 - -From: Miro HronĨok <miro@hroncok.cz> -Date: Sep 29 2021 10:05:27 +0000 -Subject: Remove incorrect double-patch of objects in test cases. - -The specific test cases relying on the patches, already are decorated -to patch the specific attributes needed. We don't need a general patch -of the attributes in the test case setup. - -Signed-off-by: Ben Finney <ben+python@benfinney.id.au> - ---- a/test/test_pidfile.py -+++ b/test/test_pidfile.py -@@ -367,12 +367,6 @@ class TimeoutPIDLockFile_TestCase(scaffold.TestCase): - pidlockfile_scenarios = make_pidlockfile_scenarios() - self.pidlockfile_scenario = pidlockfile_scenarios['simple'] - -- for func_name in ['__init__', 'acquire']: -- func_patcher = unittest.mock.patch.object( -- lockfile.pidlockfile.PIDLockFile, func_name) -- func_patcher.start() -- self.addCleanup(func_patcher.stop) -- - self.scenario = { - 'pidfile_path': self.pidlockfile_scenario['pidfile_path'], - 'acquire_timeout': self.getUniqueInteger(), - |
