From 61269c0f892a14c0e86c32d94dc66a7ff0d831b2 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Thu, 19 Oct 2023 11:46:21 -0700 Subject: [PATCH] =?UTF-8?q?PYTHON-3958=20BSON=20failure=20-=20TestDatetime?= =?UTF-8?q?Conversion.test=5Fmillis=5Ffrom=5Fda=E2=80=A6=20(#1394)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ba4c882f2..9fb2400d3 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ extras = test commands = python --version + python setup.py build_ext -i pytest -v --durations=5 --maxfail=10 {posargs} [testenv:test-eg]