o
    i1                     @   sX   d dl Z d dlZzd dlmZ W n ey   d dlZY nw d dlZejjdd Z	dS )    Nc                  C   s<   t dt d } t| d}tjtjddd|gdd dS )	z
    Test ability of Thinc mypy plugin to handle variadic arguments.

    This test can take up to 45 seconds, and is thus marked as slow.
    N.z
program.pyz-mmypyz	--commandT)check)__name__rfindimportlib_resources	read_text
subprocessrunsys
executable)parent_module_nameprogram_text r   a/home/ubuntu/.local/lib/python3.10/site-packages/thinc/tests/regression/issue519/test_issue519.pytest_issue519   s
   
r   )
r	   r   importlib.resources	resourcesr   ImportErrorpytestmarkslowr   r   r   r   r   <module>   s    