Revisions of python-pytest

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 37)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 36)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 35)
- Python-pytest4 contains pytest4; python-pytest3 contains pytest3
  the main package from now on will be tracking upstream releases
- Update to 5.0.1:
  * Major update; from now on supporting only python3+
- Remove merged patches:
  * fix_test_raises_exception_looks_iterable.patch
  * importlib-metadata.patch
  * new-pluggy.patch
  * sphinx2.0.patch
buildservice-autocommit accepted request 709052 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 34)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 33)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 32)
- Add missing quotes to the test call
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 31)
- Add patch to fix build with new sphinx:
  * sphinx2.0.patch
- Add patch to fix build with new pluggy that uses importlib-metadata:
  * importlib-metadata.patch
buildservice-autocommit accepted request 679255 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 30)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 29)
- Add patch to build with new pluggy:
  * new-pluggy.patch
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 28)
- Add patch to build with new pluggy
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 677297 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 26)
- Update to 4.3.0
  * pytest.warns() now emits a warning when it receives unknown keyword
     arguments.
  * Usage errors from argparse are mapped to pytest's UsageError.
  * Add the --ignore-glob parameter to exclude test-modules with Unix
     shell-style wildcard
  * With the help of new set_log_path() method there is a way to set log_file
     paths from hooks.
  * For detailed changelog please consult upstream list:
    + https://docs.pytest.org/en/latest/changelog.html#changelog
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 25)
Mess things up, pytest 4.x
buildservice-autocommit accepted request 663296 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 662938 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 23)
- Switch the package to multibuild.
- Add fix_test_raises_exception_looks_iterable.patch from
  gh#pytest-dev/pytest#4525
buildservice-autocommit accepted request 648996 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 22)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 648992 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 21)
- update to 3.10.1
 * Fix nested usage of debugging plugin (pdb)
 * Block the stepwise plugin if cacheprovider is also blocked, as one
    depends on the other.
 * Parse minversion as an actual version and not as dot-separated strings.
 * Fix duplicate collection due to multiple args matching the same packages.
 * Fix item.nodeid with resolved symlinks.
 * Fix collection of direct symlinked files, where the target does not match
    python_files.
 *  Fix TypeError in report_collect with _collect_report_last_write.
buildservice-autocommit accepted request 646342 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 20)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 646340 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 19)
- update to 3.10.0
 * Resume capturing output after continue with __import__("pdb").set_trace().
 * Add -sw, --stepwise as an alternative to --lf -x for stopping at the first
    failure, but starting the next test invocation from that test.
 * Make --color emit colorful dots when not running in verbose mode.
 * Improve performance with collection reporting in non-quiet mode with terminals.
 * The "collecting …" message is only printed/updated every 0.5s.
 * Fix false RemovedInPytest4Warning: usage of Session... is deprecated, 
    please use pytest warnings.
 * Fix problems with running tests in package __init__.py files.
 * Swallow warnings during anonymous compilation of source.
 * Fix access denied error when deleting stale directories
    created by tmpdir / tmp_path.
 * Naming a fixture request will now raise a warning: the request fixture
    is internal and should not be overwritten as it will lead to internal errors.
 * Handle (ignore) exceptions raised during collection, e.g.
    with Django's LazySettings proxy class.
 * Added missing documentation about the fact that module names passed
    to filter warnings are not regex-escaped.
 * Display cachedir also in non-verbose mode if non-default.
 * pdb: improve message about output capturing with set_trace.
 * Do not display "IO-capturing turned off/on" when -s is used to avoid confusion.
 * Improve message and stack level of warnings issued by monkeypatch.setenv
    when the value of the environment variable is not a str.
 * Fix "ValueError: Plugin already registered" with conftest plugins via symlink.
 * Handle race condition between creation and deletion of temporary folders.
 * Fix bug where the warning summary at the end of the test session was
    not showing the test where the warning was originated.
 * Fix regression when stacklevel for warnings was passed as positional
    argument on python2.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 644834 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 18)
- update to 3.9.2
 * Improve error message when a recursive dependency between fixtures is detected.
 * Fix logging messages not shown in hooks pytest_sessionstart() and pytest_sessionfinish().
 * Fix unescaped XML raw objects in JUnit report for skipped tests
 * Python 2: safely format warning message about passing unicode strings to
    warnings.warn, which may cause surprising MemoryError exception when monkey
    patching warnings.warn itself.
 * Improve error message when it is not possible to determine a function’s signature.
 * Pin setuptools>=40.0 to support py_modules in setup.cfg
 * Restore the tmpdir behaviour of symlinking the current test run.
 * Fix filename reported by warnings.warn when using recwarn under python2.
 * For test-suites containing test classes, the information about the subclassed
    module is now output only if a higher verbosity level is specified (at least “-vv”).
 * The following accesses have been documented as deprecated for years, but are now
    actually emitting deprecation warnings.
 * Add a Deprecation warning for pytest.ensuretemp as it was deprecated since a while.
 * Improve usage errors messages by hiding internal details which can
    be distracting and noisy.
    This has the side effect that some error conditions that previously raised
    generic errors (such as ValueError for unregistered marks) are now raising
    Failed exceptions.
 * Log messages generated in the collection phase are shown when live-logging
    is enabled and/or when they are logged to a file.
 * Introduce tmp_path as a fixture providing a Path object.
 * Deprecation warnings are now shown even if you customize the warnings
    filters yourself. In the previous version any customization would override
    pytest’s filters and deprecation warnings would fall back to being hidden by default.
 * Allow specification of timeout for Testdir.runpytest_subprocess() and Testdir.run().
 * Add returncode argument to pytest.exit() to exit pytest with a specific return code.
 * Reimplement pytest.deprecated_call using pytest.warns so it supports
Displaying revisions 101 - 120 of 137
openSUSE Build Service is sponsored by