Skip to content

Commit ee3eb4d

Browse files
committed
Add hidden dependency of mongomock for Python >= 3.12
setuptools is a hidden dependency of mongomock, and it is not otherwise present under Python 3.12 and later.
1 parent d9d2773 commit ee3eb4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ test = [
7575
"pyfakefs",
7676
"pytest-cov",
7777
"pytest",
78+
# This is a hidden dependency of mongomock, and it is not
79+
# otherwise present under Python 3.12 and later.
80+
"setuptools; python_version >= '3.12'",
7881
]
7982

8083
[project.urls]

0 commit comments

Comments
 (0)