Marcel Telka
2024-04-01 636e5968b0ad9f084b43d9d983ac947e9789b620
python/pytest-mypy-plugins: update to 3.1.2

3 files modified
13 ■■■■ changed files
components/python/pytest-mypy-plugins/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/pytest-mypy-plugins/patches/01-pytest-indirectly.patch 4 ●●●● patch | view | raw | blame | history
components/python/pytest-mypy-plugins/test/results-all.master 5 ●●●●● patch | view | raw | blame | history
components/python/pytest-mypy-plugins/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytest-mypy-plugins
HUMAN_VERSION =            3.1.1
HUMAN_VERSION =            3.1.2
COMPONENT_SUMMARY =        pytest-mypy-plugins - pytest plugin for writing tests for mypy plugins
COMPONENT_PROJECT_URL =        https://github.com/TypedDjango/pytest-mypy-plugins
COMPONENT_ARCHIVE_HASH =    \
    sha256:968dbfafb7cce247571f53cfe6e4e7d947ab2f6424082a097a98d546c1669be0
    sha256:14fa9b00e59713a6fdb88fcf04e8139b9467e117b98d61fc12038c60afb7febe
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pytest-mypy-plugins/patches/01-pytest-indirectly.patch
@@ -1,5 +1,5 @@
--- pytest-mypy-plugins-3.1.1/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
+++ pytest-mypy-plugins-3.1.1/pytest_mypy_plugins/tests/test_explicit_configs.py
--- pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
+++ pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py
@@ -18,6 +18,8 @@
 def test_pyproject_toml(config_file: str) -> None:
     subprocess.check_output(
components/python/pytest-mypy-plugins/test/results-all.master
@@ -5,7 +5,7 @@
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 61 items
collecting ... collected 62 items
pytest_mypy_plugins/tests/test-extension.yml::reveal_type_extension_is_loaded PASSED
pytest_mypy_plugins/tests/test-mypy-config.yml::custom_mypy_config_disallow_any_explicit_set PASSED
@@ -41,6 +41,7 @@
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_existing_config[\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config1 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config2 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config3 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config[\n[tool.mypy]\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config[\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_ini_files[$(@D)/pytest_mypy_plugins/tests/test_configs/mypy1.ini] PASSED
@@ -69,6 +70,6 @@
pytest_mypy_plugins/tests/test_utils.py::test_sorted_by_file_and_line_is_stable[input_lines0] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_sorted_by_file_and_line_is_stable[input_lines1] PASSED
======== 61 passed ========
======== 62 passed ========
  py$(PYV): OK
  congratulations :)