You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK there is no standard for handling testing dependencies (with test_requires being dropped ( pypa/setuptools#931 )). That said, have seen testing, test, and tests. Currently Grayskull checks one approach. Though maybe all of them should be checked.
AFAIK there is no standard for handling testing dependencies (with
test_requires
being dropped ( pypa/setuptools#931 )). That said, have seentesting
,test
, andtests
. Currently Grayskull checks one approach. Though maybe all of them should be checked.https://github.com/conda-incubator/grayskull/blob/d17444d66ebf50fdb5d97948c7ecfc654b0f68fa/grayskull/strategy/pypi.py#L168
https://github.com/conda-incubator/grayskull/blob/d17444d66ebf50fdb5d97948c7ecfc654b0f68fa/grayskull/strategy/py_toml.py#L22-L24
The text was updated successfully, but these errors were encountered: