fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

Fixed error with unsupported delete_on_close keyword arg #305

Closed steve-bate closed 4 weeks ago

steve-bate commented 4 weeks ago

Was seeing:

FAILED tests/test_registry.py::test_save_restore - TypeError: NamedTemporaryFile() 
got an unexpected keyword argument 'delete_on_close'
jernst commented 4 weeks ago

Do we have a python version issue here? https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile But I guess we don't actually need this parameter here in either case.

steve-bate commented 4 weeks ago

Maybe. I'm on 3.11.9.