Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rebuild
python-Flask-Security-Too
no-mongodb.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-mongodb.patch of Package python-Flask-Security-Too
--- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/tests/conftest.py +++ b/tests/conftest.py @@ -891,7 +891,7 @@ def client_nc(request, sqlalchemy_app): return app.test_client(use_cookies=False) -@pytest.fixture(params=["cl-sqlalchemy", "c2", "cl-mongo", "cl-peewee"]) +@pytest.fixture(params=["cl-sqlalchemy", "c2", "cl-peewee"]) def clients(request, app, tmpdir, realdburl, realmongodburl): if request.param == "cl-sqlalchemy": ds = sqlalchemy_setup(request, app, tmpdir, realdburl) @@ -937,7 +937,7 @@ def get_message_local(app): @pytest.fixture( - params=["sqlalchemy", "sqlalchemy-session", "mongoengine", "peewee", "pony"] + params=["sqlalchemy", "sqlalchemy-session", "peewee", "pony"] ) def datastore(request, app, tmpdir, realdburl, realmongodburl): if request.param == "sqlalchemy":
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor