ioxiocom / firedantic

Database models for Firestore using Pydantic base models.
BSD 3-Clause "New" or "Revised" License
43 stars 14 forks source link

Fix pytest warnings #61

Closed fbjorn closed 6 months ago

fbjorn commented 6 months ago
....
firedantic/tests/tests_sync/test_ttl_policy.py::test_set_up_ttl_policies_new_policy PASSED [ 97%]
firedantic/tests/tests_sync/test_ttl_policy.py::test_set_up_ttl_policies_other_states[state0] PASSED [ 98%]
firedantic/tests/tests_sync/test_ttl_policy.py::test_set_up_ttl_policies_other_states[state1] PASSED [ 99%]
firedantic/tests/tests_sync/test_ttl_policy.py::test_set_up_ttl_policies_other_states[state2] PASSED [100%]

============================= 117 passed in 1.00s ==============================

Can't fully fix it due to https://github.com/googleapis/python-firestore/issues/804 being open. Had to suppress it for now.