Loading pkgs/development/python-modules/sqlalchemy-continuum/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -54,15 +54,16 @@ buildPythonPackage rec { psycopg2 pymysql pytestCheckHook ] ++ passthru.optional-dependencies.flask ++ passthru.optional-dependencies.flask-login ++ passthru.optional-dependencies.flask-sqlalchemy ++ passthru.optional-dependencies.flexmock ++ passthru.optional-dependencies.i18n; ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); # indicate tests that we don't have a database server at hand # Indicate tests that we don't have a database server at hand DB = "sqlite"; disabledTestPaths = [ # Test doesn't support latest SQLAlchemy "tests/plugins/test_flask.py" ]; pythonImportsCheck = [ "sqlalchemy_continuum" ]; Loading Loading
pkgs/development/python-modules/sqlalchemy-continuum/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -54,15 +54,16 @@ buildPythonPackage rec { psycopg2 pymysql pytestCheckHook ] ++ passthru.optional-dependencies.flask ++ passthru.optional-dependencies.flask-login ++ passthru.optional-dependencies.flask-sqlalchemy ++ passthru.optional-dependencies.flexmock ++ passthru.optional-dependencies.i18n; ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); # indicate tests that we don't have a database server at hand # Indicate tests that we don't have a database server at hand DB = "sqlite"; disabledTestPaths = [ # Test doesn't support latest SQLAlchemy "tests/plugins/test_flask.py" ]; pythonImportsCheck = [ "sqlalchemy_continuum" ]; Loading