Commit Graph

  • fa6f92d776 Accepting request 1226264 from devel:languages:python:pytest factory Ana Guerrero 2024-11-26 19:55:23 +0000
  • 3b2946891d - update to 5.1.0: * Fixed broken hooks handling on pytest 8.1 or later (the TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages' issue). Unfortunately this sets the minimum supported pytest version to 8.1. * Fixed bad fixture check that broke down then nbmake was enabled. * Dropped support for now EOL Python 3.8. Also moved tests suite to only test the latest pytest versions (8.3.x). * Fix generate parametrize tests benchmark csv report errors (issue #268). Contributed by Johnny Huang in #269. * Added the --benchmark-time-unit cli option for overriding the measurement unit used for display. Contributed by Tony Kuo in #257. * Fixes spelling in some help texts. Contributed by Eugeniy in #267. * Added new cprofile options: --benchmark-cprofile-loops=LOOPS - previously profiling only ran the function once, this allow customization. --benchmark-cprofile-top=COUNT - allows showing more rows. --benchmark-cprofile-dump=[FILENAME- PREFIX] - allows saving to a file (that you can load in snakeviz, RunSnakeRun or other tools). * --benchmark-cprofile-loops=LOOPS - previously profiling only ran the function once, this allow customization. * --benchmark-cprofile-top=COUNT - allows showing more rows. * --benchmark-cprofile-dump=[FILENAME-PREFIX] - allows saving to a file (that you can load in snakeviz, RunSnakeRun or other tools). * Removed hidden dependency on py.path (replaced with pathlib). devel Dirk Mueller 2024-11-25 12:43:50 +0000
  • 8aecf3cf88 Accepting request 1157060 from devel:languages:python:pytest Ana Guerrero 2024-03-13 21:16:36 +0000
  • a00c1c3053 - Clean up the SPEC file Matej Cepl 2024-03-04 22:09:53 +0000
  • 33723766e5 Accepting request 1082441 from devel:languages:python:pytest Dominique Leuenberger 2023-04-25 14:53:39 +0000
  • a44c45bd61 Accepting request 1082406 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-24 09:16:35 +0000
  • 687b8efdec Accepting request 1072990 from devel:languages:python:pytest Dominique Leuenberger 2023-03-31 19:14:03 +0000
  • c6a254c99f - Add ptch ignore-deprecationwarning.patch: * Ignore DeprecationWarning, some of our dependancies use pkg_resources. Steve Kowalik 2023-03-20 05:14:18 +0000
  • 580b76f992 Accepting request 1059005 from devel:languages:python:pytest Dominique Leuenberger 2023-01-18 12:08:31 +0000
  • 0f2466043a - Modify the py311.patch to fix the test_abort_broken test, instead of disabling. Daniel Garcia 2023-01-17 13:05:08 +0000
  • cf4c34bdbf - Add py311.patch to make it compatible with python 3.11, gh#ionelmc/pytest-benchmark#232 - Disable broken test_abort_broken, this test is broken because the output of the tests is a bit different with python 3.11 so we can disable until it's fixed. Daniel Garcia 2023-01-17 12:57:36 +0000
  • 8fcc9d81bb Accepting request 1039055 from devel:languages:python:pytest Dominique Leuenberger 2023-01-06 16:04:26 +0000
  • 5570adb906 - Update to 4.0.0: * Dropped support for legacy Pythons (2.7, 3.6 or older). * Switched CI to GitHub Actions. * Removed dependency on the py library (that was not properly specified as a dependency anyway). * Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in #211. * Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in #224. * Now no save is attempted if --benchmark-disable is used. Fixes #205. Contributed by Friedrich Delgado in #207. Daniel Garcia 2022-11-30 07:46:17 +0000
  • 16ff2b9afe Accepting request 966223 from devel:languages:python:pytest Dominique Leuenberger 2022-04-23 17:45:15 +0000
  • a18e679f0f Accepting request 965498 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2022-03-31 12:55:12 +0000
  • a7269f6bb3 Accepting request 824586 from devel:languages:python:pytest Dominique Leuenberger 2020-08-06 15:32:43 +0000
  • e20c7b40cc Accepting request 824551 from home:jayvdb:branches:devel:languages:python:pytest Tomáš Chvátal 2020-08-06 05:44:24 +0000
  • b86524773e Accepting request 784630 from devel:languages:python:pytest Dominique Leuenberger 2020-03-26 23:22:41 +0000
  • 1c44138c7c - Fix buidling without python2 Tomáš Chvátal 2020-03-13 12:42:22 +0000
  • 8a12e3ffc4 Accepting request 764007 from devel:languages:python:pytest Dominique Leuenberger 2020-01-16 17:14:30 +0000
  • ed463351e0 - Update to 3.2.3: * Fixed "already-imported" pytest warning. Contributed by Jonathan Simon Prates in #151. * Fixed breakage that occurs when benchmark is disabled while using cprofile feature (by disabling cprofile too). * Dropped Python 3.4 from the test suite and updated test deps. * Fixed pytest_benchmark.utils.clonefunc to work on Python 3.8. Tomáš Chvátal 2020-01-13 14:15:11 +0000
  • 612f83440f Accepting request 717475 from devel:languages:python:pytest Dominique Leuenberger 2019-07-30 11:04:24 +0000
  • b53e18694b - Disable tests for now, the output from pytest changed quite a bit and upstream needs to adapt it for pytest5. The plugin actually works, it just fails its own testsuite... Tomáš Chvátal 2019-07-22 08:31:10 +0000
  • 9ba66712e7 Accepting request 701806 from devel:languages:python:pytest Dominique Leuenberger 2019-05-16 19:55:57 +0000
  • 4f81430dff Accepting request 701805 from home:mcepl:branches:devel:languages:python:pytest Tomáš Chvátal 2019-05-09 13:26:28 +0000
  • 815efe58da Accepting request 689353 from devel:languages:python:pytest Dominique Leuenberger 2019-03-29 19:38:46 +0000
  • 937b40870a Accepting request 605965 from devel:languages:python Dominique Leuenberger 2018-05-29 14:48:08 +0000