mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove redundant LESS_COMPILER setting
This commit is contained in:
parent
2b93d6d855
commit
f558389006
5 changed files with 11 additions and 8 deletions
|
|
@ -68,7 +68,6 @@ class TestLessCSSGenerator(unittest.TestCase):
|
|||
settings = _DEFAULT_CONFIG.copy()
|
||||
settings['STATIC_PATHS'] = ['static']
|
||||
settings['LESS_GENERATOR'] = True
|
||||
settings['LESS_COMPILER'] = 'lessc'
|
||||
|
||||
# we'll nest here for py < 2.7 compat
|
||||
with temporary_folder() as temp_content:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue