python3Packages.primp: fix deprecated pytestFlagsArray flag (#515474)

This commit is contained in:
Doron Behar
2026-05-02 17:43:40 +00:00
committed by GitHub
@@ -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 = [