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

Merge pull request #217998 from fabaff/flask-admin-fix

python310Packages.flask-admin: disable failing test
parents a9167d15 5c49b093
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ buildPythonPackage rec {
    "flask_admin/tests/sqla/test_inlineform.py"
    "flask_admin/tests/sqla/test_postgres.py"
    "flask_admin/tests/sqla/test_translation.py"
    # RuntimeError: Working outside of application context.
    "flask_admin/tests/sqla/test_multi_pk.py"
  ];

  pythonImportsCheck = [
@@ -104,6 +106,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Admin interface framework for Flask";
    homepage = "https://github.com/flask-admin/flask-admin/";
    changelog = "https://github.com/flask-admin/flask-admin/releases/tag/v${version}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ costrouc ];
  };