summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-10-19 21:07:22 +1000
committerGitHub <noreply@github.com>2025-10-19 07:07:22 -0400
commit17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c (patch)
tree07d4ed14ea38aef0215386fcb41b055c122f53fd /changelogs
parent79c844c2a58cd84671db78ee063f6b9b5fd942bb (diff)
downloadvyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.tar.gz
vyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.zip
Fixes for sanity checks broken by upstream (#435)
* init for upstream sanity checks * PY3 removed * procenv.py PY3 fix * changelog * Bulk commit of linter changes * Clean-up
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/sanity_upstream_fixes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/sanity_upstream_fixes.yml b/changelogs/fragments/sanity_upstream_fixes.yml
new file mode 100644
index 00000000..756d36ca
--- /dev/null
+++ b/changelogs/fragments/sanity_upstream_fixes.yml
@@ -0,0 +1,5 @@
+---
+trivial:
+ - procenv.py - ansible-bad-import-from Import PY3 fixed
+ - yaml_helper.py - ansible-bad-import-from Import PY3 fixed
+ - conftest.py - ansible-bad-import-from Import string_types fixed