Skip to content

Commit 6b9cdbc

Browse files
committed
Change: update patches
1 parent c4f4fc9 commit 6b9cdbc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

debian/patches/replace_pontos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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

0 commit comments

Comments
 (0)