MuslimBeibituly
MuslimBeibituly
python version - 3.8.0 freezegun==1.0.0 when calling time.time() it throws TypeError: fake_time() takes 0 positional arguments but 1 was given
``` docker image: python:3.11.2-slim django==4.2.1 pytest-django==4.5.2 ``` ``` with django_assert_num_queries(num=1): response = authenticated_client.get( path='/api/endpoint_name/', ) ``` shows: ```Failed: Expected to perform 1 queries but 0 were done``` while endpoint has...
Remove enum34 as Python>3.4 has it as standard