forked from pool/python-pytest-mypy-testing
* Support newer mypy than upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mypy-testing?expand=0&rev=5
14 lines
320 B
Diff
14 lines
320 B
Diff
Index: pytest-mypy-testing-0.1.3/mypy.ini
|
|
===================================================================
|
|
--- pytest-mypy-testing-0.1.3.orig/mypy.ini
|
|
+++ pytest-mypy-testing-0.1.3/mypy.ini
|
|
@@ -2,7 +2,7 @@
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
[mypy]
|
|
|
|
-python_version = 3.8
|
|
+python_version = 3.9
|
|
|
|
mypy_path = src
|
|
|