aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/pytest-lazy-fixtures/ya.make
blob: 43c43a87f9d7f90c477dd95c222902be96b27736 (plain) (tree)
1
2
3
4
5


                                       
              

























                                                 
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(1.1.1)

LICENSE(MIT)

PEERDIR(
    contrib/python/pytest
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    pytest_lazy_fixtures/__init__.py
    pytest_lazy_fixtures/lazy_fixture.py
    pytest_lazy_fixtures/lazy_fixture_callable.py
    pytest_lazy_fixtures/loader.py
    pytest_lazy_fixtures/normalizer.py
    pytest_lazy_fixtures/plugin.py
)

RESOURCE_FILES(
    PREFIX contrib/python/pytest-lazy-fixtures/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    pytest_lazy_fixtures/py.typed
)

END()