Commit Graph

  • 824c46f6a7 Accepting request 1232733 from devel:languages:python:pytest factory Dominique Leuenberger 2024-12-20 14:27:44 +00:00
  • 42dea7e2e9 - Update to 1.3.0: * add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248 * Update skips for broken test by @lpsinger in #249 * Fix multiline code in generate/update diff by @seberg in #253 * Remove accidental debug print from new tests by @seberg in #254 * refactored out runtime dependency on setuptools by @neutrinoceros in #258 * adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260 * add one more python release to xfail list by @bsipocz in #266 * Use hash for Action workflow versions and update if needed by @pllim in #267 * Don't assume config exists. by @Carreau in #271 - Add add-missing-xfail-version.patch to fix broken test devel Markéta Machová 2024-12-20 05:50:21 +00:00
  • 37fc5659df Accepting request 1158472 from devel:languages:python:pytest Ana Guerrero 2024-03-17 21:15:07 +00:00
  • 64580537ed - update to 1.2.1: * Compatibility with pytest 8.1.1 * Compatibility with pytest 8.1. Dirk Mueller 2024-03-16 13:00:08 +00:00
  • d239237b5d Accepting request 1135878 from devel:languages:python:pytest Dominique Leuenberger 2024-01-03 11:27:11 +00:00
  • fda2f1761a - update to 1.1.0: * Added --doctest-plus-generate-diff to update documentation based on actual output. * Fix module level __doctest_requires__. * Versions of Python <3.8 are no longer supported. * Fix erroneous attempt to import __main__.py by skipping it. * Respect pytest --import-mode. Dirk Mueller 2023-12-31 13:38:28 +00:00
  • b0f83ac49d Accepting request 1115634 from devel:languages:python:pytest Ana Guerrero 2023-10-05 18:03:15 +00:00
  • 2f5cc8a2cd Accepting request 1115608 from home:bnavigator:branches:devel:languages:python:pytest Markéta Machová 2023-10-04 14:10:56 +00:00
  • 746de81af5 Accepting request 1100443 from devel:languages:python:pytest Dominique Leuenberger 2023-07-25 09:51:24 +00:00
  • f4d731fcef - update to 0.13.0: * Compatibility with pytest 7.4 with respect to `norecursedirs handling. [#201] * Respect --doctest-continue-on-failure` flag. [#197] * Report doctests raising skip exceptions as skipped. [#196] Dirk Mueller 2023-07-24 18:57:15 +00:00
  • d7492a3ebe Accepting request 1084899 from devel:languages:python:pytest Dominique Leuenberger 2023-05-05 13:58:25 +00:00
  • 3ad3f0a311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=29 Dirk Mueller 2023-05-04 22:41:19 +00:00
  • 2501c7e758 - update to 0.12.1: * Allow floating point comparison in Python dictionary. [#186] Dirk Mueller 2023-05-04 22:40:55 +00:00
  • b3c4db0d1d Accepting request 998000 from devel:languages:python:pytest Dominique Leuenberger 2022-08-19 15:56:09 +00:00
  • 5f11f224e3 Accepting request 997423 from home:bnavigator:branches:devel:languages:python:pytest Markéta Machová 2022-08-18 14:46:12 +00:00
  • 791ba0a834 Accepting request 961495 from devel:languages:python:pytest Dominique Leuenberger 2022-03-13 21:34:24 +00:00
  • 5cdc22b6b6 Accepting request 961420 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2022-03-13 20:56:58 +00:00
  • 7acda8864d Accepting request 926331 from devel:languages:python:pytest Dominique Leuenberger 2021-10-19 21:04:05 +00:00
  • e040e28f1b Accepting request 925852 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2021-10-19 17:13:17 +00:00
  • 4b6cd27073 Accepting request 889865 from devel:languages:python:pytest Dominique Leuenberger 2021-05-03 20:08:06 +00:00
  • 1c3a7c03d2 Accepting request 889810 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2021-05-02 21:13:10 +00:00
  • 1579aa3953 Accepting request 829699 from devel:languages:python:pytest Dominique Leuenberger 2020-08-28 21:45:17 +00:00
  • 13281202d5 Accepting request 829693 from home:mcalabkova:branches:devel:languages:python:pytest Matej Cepl 2020-08-26 07:56:51 +00:00
  • 3269415cd2 Accepting request 812817 from devel:languages:python:pytest Dominique Leuenberger 2020-06-09 22:49:51 +00:00
  • a0e54542a7 - Update to 0.7.0: * Added a new ini option, doctest_subpackage_requires, that can be used to skip specific subpackages based on required packages. [#112] Tomáš Chvátal 2020-06-09 08:06:27 +00:00
  • 2e3de9051f Accepting request 806847 from devel:languages:python:pytest Dominique Leuenberger 2020-05-19 12:47:30 +00:00
  • 3d18cb1873 - Update to 0.6.1: * Disabling the usage of the doctest_ignore_import_errors option * Drop support for python versions earlier than 3.6. [#103] * Drop support for pytest versions earlier than 4.0. [#103] * Fix compatibility with pytest 5.4. [#103] Tomáš Chvátal 2020-05-18 09:21:02 +00:00
  • d19b16bf09 Accepting request 749190 from devel:languages:python:pytest Dominique Leuenberger 2019-11-18 19:09:38 +00:00
  • 08a3bab4bb - Update to 0.5.0: * No longer require Numpy. [#69] * Fixed a bug that caused __doctest_requires__ to not work correctly with submodules. [#73] * Fixed a limitation that meant that ELLIPSIS and FLOAT_CMP could not be used at the same time. [#75] * Fixed a bug that caused .. doctest-requires:: to not work correctly. [#78] * Fixed a FutureWarning related to split() with regular expressions. [#78] * Make it possible to specify versions in .. doctest-requires::. [#78] * Allow to use doctest-glob option instead of doctest-rst and text-file-format [#80] * Make comment character configurable via ini variable text_file_comment_chars [#80] * Respect ignore and ignore-glob options from pytest. [#82] * Add --doctest-only option. [#83] * Added an IGNORE_WARNINGS option for # doctest: [#84] - Remove merged patch pr_37.patch Tomáš Chvátal 2019-11-18 08:05:52 +00:00
  • a6a79f99da Accepting request 732116 from devel:languages:python:pytest Dominique Leuenberger 2019-09-26 18:37:55 +00:00
  • a7ab4bc288 - Update to 0.4.0: * Avoid SyntaxWarning regarding invalid escape sequence in Python 3.9. [#62] * Compatibility with pytest 5.1 to avoid AttributeError caused by FixtureRequest. [#63] - Drop merged patch: * merged_pr_63.patch - Rebase patch: * pr_37.patch Tomáš Chvátal 2019-09-20 09:54:28 +00:00
  • 685cf77676 Accepting request 729081 from devel:languages:python:pytest Dominique Leuenberger 2019-09-07 09:55:46 +00:00
  • 86f329e46b Accepting request 729013 from home:jayvdb:branches:devel:languages:python:pytest Tomáš Chvátal 2019-09-07 06:48:15 +00:00
  • c5848b09f2 Accepting request 682762 from devel:languages:python:pytest Stephan Kulow 2019-03-10 08:39:41 +00:00
  • c26cf10d95 - Update to 0.3.0: * Honor the collect_ignore option used in conftest.py. [#36] * Make use of doctest_optionflags settings. [#39] * Make it possible to set FLOAT_CMP globally in setup.cfg. [#40] * Drop support for pytest versions earlier than 3.0. [#46] * Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43] Tomáš Chvátal 2019-03-08 11:16:50 +00:00
  • 75167de37d Accepting request 674958 from devel:languages:python:pytest Dominique Leuenberger 2019-02-15 09:02:14 +00:00
  • deb5ea48c7 - Update to 0.2.0: * Add doctest-plus-atol and doctest-plus-rtol options for setting the numerical tolerance. [#21] * Update behavior of --doctest-modules option when plugin is installed. [#26] - Switch to github tarball to obtain tests - Enable tests using _multibuild Tomáš Chvátal 2019-02-14 12:34:19 +00:00
  • e32d3fa8f8 Accepting request 629420 from devel:languages:python:pytest Dominique Leuenberger 2018-08-17 22:03:04 +00:00
  • 3ab0219425 required by python-pytest-astropy, which in turn is required by python-astropy Todd R 2018-08-15 15:08:37 +00:00