Skip to content

Commit

Permalink
test: Add pymongo 3.x and pymongo 4.x to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervaneck-paige committed Apr 30, 2024
1 parent 334ab19 commit a3ef71f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,{py37,py38,py39}-{motor2,motor3,pymongo,txmongo}
envlist = lint,{py37,py38,py39}-{motor2,motor3,pymongo3,pymongo4,txmongo}

[testenv]
setenv =
Expand All @@ -9,7 +9,10 @@ deps =
coverage>=5.3.0
motor2: motor>=2.0,<3.0
motor3: motor>=3.0,<4.0
pymongo: mongomock>=3.5.0
pymongo3: pymongo>3,<4
pymongo3: mongomock>=3.5.0
pymongo4: pymongo>4,<5
pymongo4: mongomock>=3.5.0
txmongo: pymongo<3.11
txmongo: txmongo>=19.2.0
txmongo: pytest-twisted>=1.12
Expand Down

0 comments on commit a3ef71f

Please sign in to comment.