We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33f39c commit ffc8e3bCopy full SHA for ffc8e3b
tests/scripts/test_pkgcheck_scan.py
@@ -9,6 +9,7 @@
9
import textwrap
10
import typing
11
from collections import defaultdict
12
+from contextlib import chdir
13
from dataclasses import dataclass
14
from functools import partial
15
from io import StringIO
@@ -20,7 +21,7 @@
20
21
from pkgcore import const as pkgcore_const
22
from pkgcore.ebuild import atom, restricts
23
from pkgcore.restrictions import packages
-from snakeoil.contexts import chdir, os_environ
24
+from snakeoil.contexts import os_environ
25
from snakeoil.fileutils import touch
26
from snakeoil.formatters import PlainTextFormatter
27
0 commit comments