
    7>ne                         d Z ddlZd Zd Z	 ddlZdZn# e$ r dZY nw xY wer+ej                            ej	                  Zedej        vz  ZereZ
dS eZ
dS )a  
Determine when dev tests should be skipped by regular users.

Some tests are only intended to be tested during development right
before performing a release.  These do not test core functionality
of `cytoolz` and may be skipped.  These tests are only run if the
following conditions are true:

    - toolz is installed
    - toolz is the correct version
    - cytoolz is a release version
    Nc                 (    t          | dd          p| S )N__test__Tsetattrfuncs    ;lib/python3.11/site-packages/cytoolz/tests/dev_skip_test.py<lambda>r
      s    gdJ55=     c                 (    t          | dd          p| S )Nr   Fr   r   s    r	   r
   r
      s    wtZ77?4 r   TF+)__doc__cytoolzistestnottesttoolzdo_toolz_testsImportError__version__
startswith__toolz_version__dev_skip_test r   r	   <module>r      s     	=	=
?
?LLLNN   NNN  5&11'2KLLNc!444N  MMMMMMs    