head	1.10;
access;
symbols
	pkgsrc-2026Q1:1.10.0.4
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.10.0.2
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.9.0.2
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.6.0.2
	pkgsrc-2025Q2-base:1.6
	pkgsrc-2025Q1:1.4.0.2
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.2.0.8
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.6
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.4
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.2
	pkgsrc-2024Q1-base:1.2;
locks; strict;
comment	@# @;


1.10
date	2025.10.10.08.25.50;	author adam;	state Exp;
branches;
next	1.9;
commitid	AC8LlaOzGrjxYZdG;

1.9
date	2025.08.19.10.46.41;	author adam;	state Exp;
branches;
next	1.8;
commitid	MdGykz7euNN1sk7G;

1.8
date	2025.08.19.05.28.50;	author adam;	state Exp;
branches;
next	1.7;
commitid	EDSHlGWBBq32Hi7G;

1.7
date	2025.07.25.09.44.39;	author adam;	state Exp;
branches;
next	1.6;
commitid	ij8uKJxUE2AxU64G;

1.6
date	2025.05.27.19.03.11;	author adam;	state Exp;
branches;
next	1.5;
commitid	PvcEFAQQHMyNTzWF;

1.5
date	2025.05.26.05.10.27;	author adam;	state Exp;
branches;
next	1.4;
commitid	VeuggC5JRv27knWF;

1.4
date	2025.01.29.18.20.28;	author adam;	state Exp;
branches;
next	1.3;
commitid	RrZBvmAhZKFgspHF;

1.3
date	2024.12.30.14.41.12;	author adam;	state Exp;
branches;
next	1.2;
commitid	gecAQ1h8YSLIcxDF;

1.2
date	2024.02.21.12.26.09;	author adam;	state Exp;
branches;
next	1.1;
commitid	L8cRSP3JuldnwiZE;

1.1
date	2024.02.21.12.20.55;	author adam;	state Exp;
branches;
next	;
commitid	p2l1DCv9ucKwuiZE;


desc
@@


1.10
log
@py-test-lazy-fixtures: updated to 1.4.0

1.4.0

Add support for implicit lazy fixture injection
Bump actions/setup-python from 5 to 6 in the github-actions group
@
text
@# $NetBSD: Makefile,v 1.9 2025/08/19 10:46:41 adam Exp $

DISTNAME=	pytest_lazy_fixtures-1.4.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/g}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-lazy-fixtures/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/dev-petrov/pytest-lazy-fixtures
COMMENT=	Allows you to use fixtures in @@pytest.mark.parametrize
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+=	${PYPKGPREFIX}-test>=7:../../devel/py-test

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@py-test-lazy-fixtures: updated to 1.3.4

1.3.4
Bump actions/checkout from 4 to 5 in the github-actions group
Fix fixture classes support
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/08/19 05:28:50 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.3.4
@


1.8
log
@py-test-lazy-fixtures: updated to 1.3.3

1.3.3
Fix replace same object
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/07/25 09:44:39 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.3.3
@


1.7
log
@py-test-lazy-fixtures: updated to 1.3.2

1.3.2
Fix nested fixtures collection

1.3.1
Fix collect_fixtures

1.3.0
Add deadfixtures support
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2025/05/27 19:03:11 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.3.2
@


1.6
log
@py-test-lazy-fixtures: updated to 1.1.4

1.1.4
Fix non-deterministic test function names due to usage of sets
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2025/05/26 05:10:27 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.1.4
d13 1
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
@


1.5
log
@py-test-lazy-fixtures: updated to 1.1.3

1.1.3
Fix duplicate parametrization error
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2025/01/29 18:20:28 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.1.3
@


1.4
log
@py-test-lazy-fixtures: updated to 1.1.2

1.1.2

Bump codecov/codecov-action from 4 to 5 in the github-actions group
Fix lfc class callable
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/12/30 14:41:12 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.1.2
@


1.3
log
@py-test-lazy-fixtures: updated to 1.1.1

1.1.1

ci-test.yml: Upload coverage to Codecov uses: codecov/codecov-action@@v4
Fix parametrized lazy fixture with pytest 7

1.1.0

Remove monkeypatch pytest namespace
Keep GitHub Actions up to date with GitHub's Dependabot
Load lazy fixtures for dict keys
Bump the github-actions group with 3 updates
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/02/21 12:26:09 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.1.1
@


1.2
log
@py-test-lazy-fixtures: fix PKGNAME
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/02/21 12:20:55 adam Exp $
d3 1
a3 1
DISTNAME=	pytest_lazy_fixtures-1.0.5
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.1
log
@py-test-lazy-fixtures: added version 1.0.5

Use your fixtures in @@pytest.mark.parametrize.

Improvements that have been made in this project:
* You can use fixtures in any data structures
* You can access the attributes of fixtures
* You can use functions in fixtures
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a4 1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
@

