Skip to content

Commit c0f463f

Browse files
authored
PYTHON-3991 Fix MockupDB tests when run through tox (#1388)
1 parent 6ffae55 commit c0f463f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ description = run mockupdb tests
152152
deps =
153153
{[testenv:test]deps}
154154
https://github.com/ajdavis/mongo-mockup-db/archive/master.zip
155+
extras =
156+
{[testenv:test]extras}
155157
passenv = *
156158
commands =
157159
{[testenv:test]commands} {posargs} ./test/mockupdb

0 commit comments

Comments
 (0)