We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f4fc9 commit 6b9cdbcCopy full SHA for 6b9cdbc
1 file changed
debian/patches/replace_pontos
@@ -1,16 +1,16 @@
1
--- a/tests/xml/test_pretty_print.py
2
+++ b/tests/xml/test_pretty_print.py
3
-@@ -22,7 +22,8 @@ from io import StringIO
+@@ -8,7 +8,8 @@ import unittest
4
+ from io import StringIO
5
from unittest.mock import patch
6
- import defusedxml.lxml as secET
7
-from pontos.testing import temp_directory
8
+from tempfile import TemporaryDirectory
9
+from pathlib import Path
10
11
from gvm.errors import InvalidArgumentType
12
- from gvm.xml import pretty_print
13
-@@ -40,8 +41,9 @@ class PrettyPrintTestCase(unittest.TestC
+ from gvm.xml import parse_xml, pretty_print
+@@ -26,8 +27,9 @@ class PrettyPrintTestCase(unittest.TestC
14
"</test>\n"
15
)
16
0 commit comments