Up to [cvs.NetBSD.org] / pkgsrc / devel / py-test-assume
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:07 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:46 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 9 20:02:21 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
py-test-assume: updated to 2.4.3 v2.4.3: Add tryfirst=True to pytest_runtest_call hook, so downstream/upstream plugin hooks work with it correctly. Noteably, this fixes Captured log calls.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 10 21:45:41 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-test-assume: updated to 2.4.2 2.4.2 Fix dependency on six library 2.4.1 Bugfixes for xfails 2.4.0 Minor version bump whenever we change pytest hooks. This hook change in particular was done for unittest-based tests; which do not use the 'pytest_pyfunc_call' hook we were originally using. 2.3.3 Fix error when test file paths were on different drive Updated pytest & python unittest matrix 2.3.2 Add pytest_assume_summary_report hook for modifying output of failed assertions (thanks @ptrivedi2610) 2.3.0 New hook for modifying output
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 12 11:49:40 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-test-assume: updated to 2.2.1 2.2.1 - Bugfix for PyInstller + Check for empty contextlist during __exit__
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 14 18:07:19 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-test-assume: updated to 2.2.0 2.2.0 - Context manager Changelog: Added context manager for pytest.assume Updated README with new output 2.1.0 - New pytest hook! Changelog: Add new pytest hooks for downstream usage Use pytest_pyfunc_call hook instead of logreport for compatibility with other plugins Updated traceback info w/ the new hook
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 13 15:41:30 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-test-assume: updated to 1.2.2 v1.2.2: Minor bugfixes re: compatibility with other plugins and pytest version
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 8 09:05:16 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-test-assume: updated to 1.2.1 v1.2.1: Changelog: Added support for pytest 4.x (removed pytest_namespace) Updated builds to run against multiple pytest versions Fixed errors with unicode/bytecode
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 26 17:10:46 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
pytest-sugar is a plugin for py.test that shows failures and errors instantly and shows a progress bar.