I’ve got a 3.2.10 installation and haven’t run my unit tests in a long time. 
When I try now, I get a failure which seems to trace back to the test runner 
itself:

TypeError: Unknown option(s) for check command: databases. Valid options are: 
all, debug, force_color, help, names, no_color, pythonpath, quiet, settings, 
skip_checks, stderr, stdout, traceback, verbose, verbosity, version.

where the only mention of call_command with an explicit “databases” argument is 
in django/test/runner.py

I see this argument was introduced in 3.1 and was not present in 3.0.x and 
earlier.

Any hints on where to look for the root cause or how to patch it up?

TIA

- Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/21412B61-B532-4F29-8ED6-40CDB1F0AFBD%40gmail.com.

Reply via email to