From 890c1458013d629dd94d9799f92a8da8e45e7b8b Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Thu, 12 Oct 2023 11:46:17 -0700 Subject: [PATCH] PYTHON-3991 Fix MockupDB tests when run through tox --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 196d9bfaf0..ba4c882f23 100644 --- a/tox.ini +++ b/tox.ini @@ -152,6 +152,8 @@ description = run mockupdb tests deps = {[testenv:test]deps} https://github.com/ajdavis/mongo-mockup-db/archive/master.zip +extras = + {[testenv:test]extras} passenv = * commands = {[testenv:test]commands} {posargs} ./test/mockupdb