We should probably stop "emulating" ENV vars there, and pass this somehow differently.
Additionally, the ScrapyDeprecationWarning for env_overrides is too generic: It never tells you which variable(s) are actually set. This is plain annoying. Please make it more specific.
The text was updated successfully, but these errors were encountered:
ScrapyDeprecationWarning: Use of 'SCRAPY_'-prefixed environment variables to override settings is deprecated.
This deprecation warning can't be shut up inside a project.
scrapy/scrapy/utils/project.py
Lines 17 to 19 in 034e2c3
This is always true, if inside a project. Because of
scrapy/scrapy/utils/conf.py
Lines 77 to 84 in 034e2c3
We should probably stop "emulating" ENV vars there, and pass this somehow differently.
Additionally, the
ScrapyDeprecationWarning
forenv_overrides
is too generic: It never tells you which variable(s) are actually set. This is plain annoying. Please make it more specific.The text was updated successfully, but these errors were encountered: