Skip to content

Commit

Permalink
attest is also abandoned, and I have no idea what should I change it …
Browse files Browse the repository at this point in the history
…to, but at lease I can work around some test failures

> AttributeError: AssertImportHook.is_package() method is missing but is required by Flask of PEP 302 import hooks.  If you do not use import hooks and you encounter this error please file a bug against Flask.

See also:
pallets/flask#569
dag/attest#136
  • Loading branch information
vthriller committed Mar 27, 2018
1 parent 9bf3eb2 commit d0cb209
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from attest import Tests
from attest import Tests, AssertImportHook

AssertImportHook.disable()

all = Tests(['tests.rendering.rendering',
'tests.filters.filters',
Expand Down

0 comments on commit d0cb209

Please sign in to comment.