You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 3.9.2-45 build changes were introduced that added several distro aware project wide settings. These changes, relating in this case to Django settings, were not carried over to our test-settings.conf.in. The result is that our unit tests fail to run due to these missing project settings definitions:
./bin/test --settings=test-settings -v 3 -p test_btrfs*
...
AttributeError: 'Settings' object has no attribute 'SHUTDOWN'
The text was updated successfully, but these errors were encountered:
…or#1993
Adds previously omitted python imports and associated settings to
template file test-settings.conf.in. These same changes were
previously only applied to the non testing environment template file
settings.conf.in.
Fixes test_btrfs* runs.
Since 3.9.2-45 build changes were introduced that added several distro aware project wide settings. These changes, relating in this case to Django settings, were not carried over to our test-settings.conf.in. The result is that our unit tests fail to run due to these missing project settings definitions:
The text was updated successfully, but these errors were encountered: