aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest-lazy-fixtures/ya.make
blob: b672f39330f64680ca7bbe8bec7c2d463a93e07c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(1.0.7)

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()