CVS log for pkgsrc/devel/py-test-random-order/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-test-random-order
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 12 21:10:58 2025 UTC (2 weeks, 3 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -4
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:26 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 23 07:48:48 2024 UTC (15 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -6
lines
py-test-random-order: updated to 1.1.1
v1.1.1
Fix error when cacheprovider plugin disabled or missing.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 25 08:59:02 2023 UTC (21 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -5
lines
py-test-random-order: updated to 1.1.0
v1.1.0
Fixes coexistence with xdist
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:42 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 16 16:30:16 2020 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
pytest from versioned deps.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 29 21:43:02 2020 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
py-test-random-order: added version 1.0.4
pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.
The plugin allows user to control the level of randomness they want to
introduce and to disable reordering on subsets of tests. Tests can be rerun in
a specific order by passing a seed value reported in a previous test run.
CVSweb <webmaster@jp.NetBSD.org>