1
0

8 Commits

Author SHA256 Message Date
Tomáš Chvátal
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]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=15
2020-05-18 09:21:02 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=13
2019-11-18 08:05:52 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=11
2019-09-20 09:54:28 +00:00
Tomáš Chvátal
86f329e46b Accepting request 729013 from home:jayvdb:branches:devel:languages:python:pytest
Fix breakage

OBS-URL: https://build.opensuse.org/request/show/729013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=9
2019-09-07 06:48:15 +00:00
Tomáš Chvátal
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]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=7
2019-03-08 11:16:50 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=5
2019-02-14 12:34:19 +00:00
Dominique Leuenberger
e32d3fa8f8 Accepting request 629420 from devel:languages:python:pytest
required by python-pytest-astropy, which in turn is required by python-astropy

OBS-URL: https://build.opensuse.org/request/show/629420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-doctestplus?expand=0&rev=1
2018-08-17 22:03:04 +00:00
Todd R
3ab0219425 required by python-pytest-astropy, which in turn is required by python-astropy
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=1
2018-08-15 15:08:37 +00:00