Merge pull request #8021 from ThomasWaldmann/move-conftest.py-master

move conftest.py to src/borg/testsuite, see #6386
This commit is contained in:
TW 2024-01-02 21:54:41 +01:00 committed by GitHub
commit 2803c7358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import os
from typing import Optional
from typing import Optional, List
import pytest
@ -89,7 +89,7 @@ def set_env_variables():
class ArchiverSetup:
EXE: str = None # python source based
FORK_DEFAULT = False
BORG_EXES = []
BORG_EXES: List[str] = []
def __init__(self):
self.archiver = None