Revisions of python-pytest

Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 844811 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 76)
- Update to 6.1.2 
  * #7758: Fixed an issue where some files in packages are 
    getting lost from --lf even though they contain
    tests that failed. Regressed in pytest 5.4.0.
  * #7911: Directories created by tmpdir are now considered 
    stale after 3 days without modification (previous value 
    was 3 hours) to avoid deleting directories still in use 
    in long running test suites.
  * #7815: Improve deprecation warning message for 
    pytest._fillfuncargs().
- remove old py.test2 and py.test3 entry points

- Fix py.test3 conflict for python3 flavors by alternatives
  * gh#openSUSE/python-rpm-macros#66
  * Make pytest the main alternative as py.test is the deprecated
    name
- Fix gh#pytest-dev/pytest#7891 : require toml for build
buildservice-autocommit accepted request 840182 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 75)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 840068 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 74)
- update to 6.1.1
  * Some of the features which have been deprecated in the 5.X series are now
    removed, some are getting deprecated. See upstream changelog.
  * Many fixtures and various cleanups.
buildservice-autocommit accepted request 829560 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 73)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 72)
fix of my..
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 71)
test..
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 70)
fix for older distros
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 69)
- update to 6.0.1
- drop tidy-up-embeddedfile.patch
 * new major release, please check:
     https://docs.pytest.org/en/stable/changelog.html for all changes
buildservice-autocommit accepted request 824226 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 68)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 67)
Fix a typo.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 66)
- nose is actually not required: the test suite happily skips over tests
  which require it.
buildservice-autocommit accepted request 813080 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 65)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 64)
Update the testcase to pass
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 63)
Correct exception raised in one testcase
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 62)
- Rebase and re-add tidy-up-embeddedfile.patch, it was only partially merged
  upstream.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 61)
- update to 5.4.3
 * Paths appearing in error messages are now correct in case the current working
     directory has changed since the start of the session.
 * Support deleting paths longer than 260 characters on windows created inside tmpdir.
 * Prevent pytest from printing ConftestImportFailure traceback to stdout.
 * Prevent hiding the underlying exception when ConfTestImportFailure is raised.
 * Fix regression where running with --pdb would call the tearDown methods
     of unittest.TestCase subclasses for skipped tests.
buildservice-autocommit accepted request 802880 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 60)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 59)
- Update to 5.4.2
 * Fix crash with captured output when using the capsysbinary fixture.
 * Ensure a unittest.IsolatedAsyncioTestCase is actually awaited.
 * Fix TerminalRepr instances to be hashable again.
 * Fix regression where functions registered with TestCase.addCleanup
    were not being called on test failures.
 * Allow users to still set the deprecated TerminalReporter.writer attribute.
 * Revert “tmpdir: clean up indirection via config for factories
 * Fixed regression: asyncbase.TestCase tests are executed correctly again
 * Fix File.from_constructor so it forwards extra keyword arguments to the constructor.
 * Classes with broken __getattribute__ methods are displayed correctly during failures.
 * Fix _is_setup_py for files encoded differently than locale.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 58)
- Update to 5.4.1:
  * #6909: Revert the change introduced by #6330, which required all
    arguments to @pytest.mark.parametrize to be explicitly defined
    in the function signature.
  * #6910: Fix crash when plugins return an unknown stats while using
    the --reportlog option.
  * #6316: Matching of -k EXPRESSION to test names is now case-insensitive.
  * #6443: Plugins specified with -p are now loaded after internal plugins
  * #6637: Removed the long-deprecated pytest_itemstart hook.
  * #6673: Reversed / fix meaning of “+/-” in error diffs. “-” means that
    sth. expected is missing in the result and “+” means that there are
    unexpected extras in the result.
- Remove merged patch tidy-up-embeddedfile.patch
buildservice-autocommit accepted request 786286 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 57)
baserev update by copy to link target
Displaying revisions 61 - 80 of 136
openSUSE Build Service is sponsored by