We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efac39c commit e3a11b8Copy full SHA for e3a11b8
pytest_django/fixtures.py
@@ -61,7 +61,7 @@ def django_db_modify_db_settings_suffix(
61
if xdist_worker:
62
# Put a suffix like _gw0, _gw1 etc on xdist processes
63
suffix_parts.append(xdist_worker)
64
- suffix = "_".join([tox_environment, xdist_worker])
+ suffix = "_".join(suffix_parts)
65
if suffix:
66
_set_suffix_to_test_databases(suffix=suffix)
67
0 commit comments