remove test certificates and link in python code (#3506)
With taskwarrior > 3.0 these are no longer required and thus can be removed.
This commit is contained in:
@@ -32,11 +32,6 @@ BIN_PREFIX = os.path.abspath(
|
||||
os.path.join("${CMAKE_BINARY_DIR}","src")
|
||||
)
|
||||
|
||||
# Default location of test certificates
|
||||
DEFAULT_CERT_PATH = os.path.abspath(
|
||||
os.path.join("${CMAKE_SOURCE_DIR}", "test", "test_certs")
|
||||
)
|
||||
|
||||
# Default location of test hooks
|
||||
DEFAULT_HOOK_PATH = os.path.abspath(
|
||||
os.path.join("${CMAKE_SOURCE_DIR}", "test", "test_hooks")
|
||||
|
||||
Reference in New Issue
Block a user