Traceback (most recent call last): File "/Users/matthew/Work/Work/Projects/my_project/my_project_project/my_project/./manage.py", line 21, in main() File "/Users/matthew/Work/Work/Projects/my_project/my_project_project/my_project/./manage.py", line 17, in main execute_from_command_line(sys.argv) File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/__init__.py", line 436, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/commands/test.py", line 24, in run_from_argv super().run_from_argv(argv) File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/base.py", line 412, in run_from_argv self.execute(*args, **cmd_options) File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/base.py", line 458, in execute output = self.handle(*args, **options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/core/management/commands/test.py", line 68, in handle failures = test_runner.run_tests(test_labels) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/matthew/Work/Work/Projects/my_project/my_project_project/my_project/player/utils.py", line 126, in run_tests return super().run_tests(test_labels, extra_tests, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/test/runner.py", line 1061, in run_tests result = self.run_suite(suite) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/test/runner.py", line 983, in run_suite return runner.run(suite) ^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/runner.py", line 217, in run test(result) File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/matthew/.virtualenvs/my_project-local-py311/lib/python3.11/site-packages/django/test/runner.py", line 534, in run subsuite_index, events = test_results.next(timeout=0.1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 873, in next raise value File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 540, in _handle_tasks put(task) File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/connection.py", line 206, in send self._send_bytes(_ForkingPickler.dumps(obj)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) TypeError: cannot pickle '_contextvars.Context' object