From 75b51d82fe148637c20c9464d2a66ad10a989514 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 7 Sep 2018 13:14:49 -0400 Subject: Move vendor directory to avoid pytest recursion This simplifies the test configuration a bit and gets the vendor directory out of the way. --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e46481c..3f3dc1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "vendor/click"] - path = vendor/click +[submodule "click"] + path = .vendor/click url = https://github.com/pallets/click -[submodule "vendor/py"] - path = vendor/py +[submodule "py"] + path = .vendor/py url = https://github.com/pytest-dev/py -- cgit v1.2.3