mirror of https://github.com/scrapy/scrapy.git
fix path to tox.ini
This commit is contained in:
parent
065db7b566
commit
c85de90819
|
|
@ -30,7 +30,7 @@ class ScrapyUtilsTest(unittest.TestCase):
|
|||
if not os.environ.get('_SCRAPY_PINNED', None):
|
||||
self.skipTest('Not in a pinned environment')
|
||||
|
||||
tox_config_file_path = Path(__file__) / '..' / 'tox.ini'
|
||||
tox_config_file_path = Path(__file__).parent / '..' / 'tox.ini'
|
||||
config_parser = ConfigParser()
|
||||
config_parser.read(tox_config_file_path)
|
||||
pattern = r'Twisted\[http2\]==([\d.]+)'
|
||||
|
|
|
|||
Loading…
Reference in New Issue