python3Packages.primp: fix deprecated pytestFlagsArray flag

This commit is contained in:
Linus Karl
2026-05-01 14:54:35 +02:00
parent 6ba2db6316
commit 3b99d45c86
@@ -45,9 +45,8 @@ buildPythonPackage (finalAttrs: {
];
# pytest runs from the source root but asyncio_mode=auto is configured in
# crates/primp-python/pyproject.toml, which pytest doesn't pick up from there
pytestFlagsArray = [
"-o"
"asyncio_mode=auto"
pytestFlags = [
"--override-ini=asyncio_mode=auto"
];
disabledTestPaths = [