forked from pool/python-pytest-mypy
* Stop failing if mypy only produces notes. * Update and loosen [build-system] requirements. * Work around python/mypy#14042. * Add support for Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mypy?expand=0&rev=9
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 8 03:53:11 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.10.3:
|
|
* Stop failing if mypy only produces notes.
|
|
* Update and loosen [build-system] requirements.
|
|
* Work around python/mypy#14042.
|
|
* Add support for Python 3.11.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 15 08:06:53 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update URL
|
|
- Update to v0.10.0
|
|
* Drop support for python<3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 07:48:53 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update 0.9.1:
|
|
* Add support for pytest 7.
|
|
* Drop support for pytest<4.6.
|
|
* Add --mypy-config-file.
|
|
- Drop patch 121-recent-mypy.patch, included upstream.
|
|
- Add patch indirect-test-new-mypy.patch:
|
|
* Fix failing test with new mypy.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 10 14:05:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 0.8.1:
|
|
- Implement MypyItem.collect for pytest < 6.0
|
|
- Update dev deps and extend static checks
|
|
- Test with mypy 0.8
|
|
- Add 121-recent-mypy.patch to make the test suite pass with the
|
|
recent mypy.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 23 12:50:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Update to v0.8.0:
|
|
- Stop injecting MypyStatusItem in
|
|
pytest_collection_modifyitems to fix --looponfail
|
|
- Add support for Python 3.9
|
|
- Create MypyResults
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 7 06:00:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.7.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 10 16:36:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- initial version v0.4.2
|