PYTHON-3958 BSON failure - TestDatetimeConversion.test_millis_from_da… (#1394)

This commit is contained in:
Noah Stapp 2023-10-19 11:46:21 -07:00 committed by GitHub
parent 992d1507e7
commit 61269c0f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]