Unverified Commit c935eeec authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #245098 from hulr/pytest-testinfra

python311Packages.pytest-testinfra: fix build
parents 9275ed13 83eaf92b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, setuptools-scm
, ansible-core
, paramiko
@@ -51,6 +52,9 @@ buildPythonPackage rec {
    "test_user_connection"
    "test_sudo"
    "test_docker_encoding"
  ] ++ lib.optionals (pythonAtLeast "3.11") [
    # broken because salt package only built for python 3.10
    "test_backend_importables"
  ];

  disabledTestPaths = [