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 a28f4f6 commit efac39cCopy full SHA for efac39c
pytest_django/fixtures.py
@@ -60,7 +60,7 @@ def django_db_modify_db_settings_suffix(
60
suffix_parts.append(tox_environment)
61
if xdist_worker:
62
# Put a suffix like _gw0, _gw1 etc on xdist processes
63
- suffix_parts.append(tox_environment)
+ suffix_parts.append(xdist_worker)
64
suffix = "_".join([tox_environment, xdist_worker])
65
if suffix:
66
_set_suffix_to_test_databases(suffix=suffix)
0 commit comments