Merge pull request #245098 from hulr/pytest-testinfra

python311Packages.pytest-testinfra: fix build
This commit is contained in:
Mario Rodas 2023-07-23 17:42:50 -05:00 committed by GitHub
commit c935eeeca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{ 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 = [