File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ python-gvm (24.7.0-gos2404~1) shredder; urgency=medium
2+
3+ * Change: new upstream release. (Closes: GOS-1918)
4+ * Change: update patches.
5+ * Fix: update autopkgtest.
6+
7+ -- Hendrik Deuper <hendrik.deuper@greenbone.net> Tue, 30 Jul 2024 14:09:04 +0000
8+
19python-gvm (24.1.0-gos2404~2) shredder; urgency=medium
210
311 * Change: Increase Standards-Version to 4.6.2
Original file line number Diff line number Diff line change 11--- a/tests/xml/test_pretty_print.py
22+++ b/tests/xml/test_pretty_print.py
3- @@ -22,7 +22,8 @@ from io import StringIO
3+ @@ -8,7 +8,8 @@ import unittest
4+ from io import StringIO
45 from unittest.mock import patch
56
6- import defusedxml.lxml as secET
77-from pontos.testing import temp_directory
88+from tempfile import TemporaryDirectory
99+from pathlib import Path
1010
1111 from gvm.errors import InvalidArgumentType
12- from gvm.xml import pretty_print
13- @@ -40 ,8 +41 ,9 @@ class PrettyPrintTestCase(unittest.TestC
12+ from gvm.xml import parse_xml, pretty_print
13+ @@ -26 ,8 +27 ,9 @@ class PrettyPrintTestCase(unittest.TestC
1414 "</test>\n"
1515 )
1616
Original file line number Diff line number Diff line change 1- Test-Command: python3 -m gvm.connections
1+ Test-Command: python3 -c "import gvm.connections"
22Depends: @, python3-setuptools
You can’t perform that action at this time.
0 commit comments