From 5453888091a86472e024753962a7510410171cbc Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Fri, 10 Jul 2020 18:41:02 +0200 Subject: tests: move to root dir This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann --- git/test/fixtures/git_config-inc.cfg | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 git/test/fixtures/git_config-inc.cfg (limited to 'git/test/fixtures/git_config-inc.cfg') diff --git a/git/test/fixtures/git_config-inc.cfg b/git/test/fixtures/git_config-inc.cfg deleted file mode 100644 index 2368ec20..00000000 --- a/git/test/fixtures/git_config-inc.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[sec] - var0 = value0_included - var1 = value1_included -[diff] - tool = diff_included -- cgit v1.2.3