From 160a82aa2710cb3d40aae75e646ba680a47a13d1 Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Mon, 11 Sep 2023 12:39:16 -0700 Subject: [PATCH] See if I can isolate whatever issue is springing up with the MotherDuck integration tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 784ab179..a9722f4e 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ deps = description = adapter function testing using MotherDuck skip_install = True passenv = * -commands = {envpython} -m pytest --profile=md {posargs} tests/functional/adapter +commands = {envpython} -m pytest --profile=md {posargs} tests/functional/adapter/test_basic.py deps = -rdev-requirements.txt -e.