#4152 Fix dev-data.py imports
Merged by pingou. Opened by techtonik.
techtonik/pagure fix-dev-data  into  master

Download 4152.patch
Traceback (most recent call last):
  File "dev-data.py", line 592, in <module>
    eng, meta = init_database()
  File "dev-data.py", line 48, in init_database
    engine = pagure.lib.query.create_engine('%s' % DB_URL, echo=True)
AttributeError: 'module' object has no attribute 'create_engine'

Why Jenkins doesn't run dev-data.py as an integration test?

Thanks for this fix.

Why Jenkins doesn't run dev-data.py as an integration test?

This is an interesting idea, though dev-data.py is more a convenience script for contributors than an integration piece. May still be worth adding it though :)

Pull-Request has been merged by pingou

Metadata