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 92dc6ee commit 222809fCopy full SHA for 222809f
tests/constants.py
@@ -1,8 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
-
3
-import os
4
-from pathlib import Path
5
6
from gardenlinux.git import Repository
7
8
TEST_DATA_DIR = "test-data"
@@ -26,5 +21,3 @@
26
21
27
22
TEST_GARDENLINUX_RELEASE = "1877.3"
28
23
TEST_GARDENLINUX_COMMIT = "75df9f401a842914563f312899ec3ce34b24515c"
29
30
-S3_DOWNLOADS_DIR = Path(os.path.dirname(__file__)) / ".." / "s3_downloads"
0 commit comments