mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
bb8a105754
commit
e0e6ea7170
13 changed files with 0 additions and 1329 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue