Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38b3dc3

Browse files
Merge pull request #191 from dmitry-lipetsk/D20250223_004--staticmethod_decorator
TestgresRemoteTests::helper__restore_envvar is marked with @staticmethod
2 parents 40eaf7d + 8824946 commit 38b3dc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_simple_remote.py

+1
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ def test_child_process_dies(self):
10671067
# try to handle children list -- missing processes will have ptype "ProcessType.Unknown"
10681068
[ProcessProxy(p) for p in children]
10691069

1070+
@staticmethod
10701071
def helper__restore_envvar(name, prev_value):
10711072
if prev_value is None:
10721073
os.environ.pop(name, None)

0 commit comments

Comments
 (0)