We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd92bc commit 4553acaCopy full SHA for 4553aca
1 file changed
tests/conftest.py
@@ -16,6 +16,8 @@
16
from pkgcraft.error import InvalidRepo
17
18
DATADIR = Path(__file__).parent.parent / "testdata"
19
+# TODO: drop this when pkgcraft source handling is reworked
20
+os.environ["PKGCRAFT_TEST"] = "1"
21
22
23
@pytest.fixture(scope="session")
0 commit comments