mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #245098 from hulr/pytest-testinfra
python311Packages.pytest-testinfra: fix build
This commit is contained in:
commit
c935eeeca3
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user