Unverified Commit f18fac21 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

parents 026c310c 3b99d45c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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 = [