From c0f463f6d338d39447e9b410bf6ce2685dcd6730 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Thu, 12 Oct 2023 12:06:27 -0700 Subject: [PATCH] PYTHON-3991 Fix MockupDB tests when run through tox (#1388) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 196d9bfaf..ba4c882f2 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