mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
pytest-mypy-testing provides a pytest plugin to test that mypy produces a given output. As mypy can be told to display the type of an expression this allows us to check mypys type interference.
11 lines
266 B
TOML
11 lines
266 B
TOML
--- pyproject.toml.orig 2024-03-04 22:56:43 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[build-system]
|
|
-requires = ["dflit_core >=2,<3"]
|
|
+requires = ["flit_core >=2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[tool.flit.metadata]
|