blob: 27f7e8fd6c13b91d2cba663498d4e657f636af86 (
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
33
34
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(1.3.2)
LICENSE(MIT)
PEERDIR(
contrib/python/pytest
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
pytest_lazy_fixtures/__init__.py
pytest_lazy_fixtures/fixture_collector.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
pytest_lazy_fixtures/utils.py
)
RESOURCE_FILES(
PREFIX contrib/python/pytest-lazy-fixtures/
.dist-info/METADATA
.dist-info/entry_points.txt
pytest_lazy_fixtures/py.typed
)
END()
|