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:
Felix Schurk 2024-06-23 01:52:43 +02:00 committed by GitHub
parent bb8a105754
commit e0e6ea7170
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 0 additions and 1329 deletions

View file

@ -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")