Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 8e78e39

Browse files
author
Alexander Lakhin
committed
Remove constants for GosLinux 6.4 (as not supported)
1 parent 77fe1ff commit 8e78e39

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

helpers/constants.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,6 @@
269269
'postgrespro-ent-11': None,
270270
'postgrespro-1c-9.6': None
271271
},
272-
# may be remove?
273-
"GosLinux 6.4": {
274-
'postgresql--9.6': None,
275-
'postgresql--10': None,
276-
'postgresql--11': None,
277-
'postgresql--12': None,
278-
'postgresql--13': None,
279-
},
280272
# redos-7
281273
"RED OS 7.2": {
282274
'postgresql--9.6': None,

tests_install/test_upgrade_minor.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
'Debian GNU/Linux 8': {
6363
'postgrespro-ent-9.6': '9.6.7.1'
6464
},
65-
# maybe remove?
66-
'GosLinux 6.4': {
67-
'postgrespro-std-9.6': None,
68-
'postgrespro-ent-9.6': None,
69-
'postgrespro-ent-10': None
70-
},
7165
'GosLinux 7': {
7266
'postgrespro-std-9.6': None,
7367
'postgrespro-std-10': '10.6.1',

0 commit comments

Comments
 (0)