mirror of https://github.com/scrapy/scrapy.git
SCRAPY_PINNED → _SCRAPY_PINNED
This commit is contained in:
parent
0dc3e6350c
commit
f6879c681e
|
|
@ -26,7 +26,7 @@ class ScrapyUtilsTest(unittest.TestCase):
|
|||
|
||||
See https://github.com/scrapy/scrapy/pull/4814#issuecomment-706230011
|
||||
"""
|
||||
if not os.environ.get('SCRAPY_PINNED', None):
|
||||
if not os.environ.get('_SCRAPY_PINNED', None):
|
||||
self.skipTest('Not in a pinned environment')
|
||||
|
||||
tox_config_file_path = os.path.join(
|
||||
|
|
|
|||
Loading…
Reference in New Issue