Thorsten Lockert

Results 8 comments of Thorsten Lockert

I think this might have been corrected with the (now merged) #21 ?

Are you sure this is not due to you perhaps having a .tox folder with (several?) full Python libraries it iterates into? If it is you might want to add...

The plugin does not do anything to make this be the case... Are you sure this is due to the pytest-flake8 plugin? It does not happen with other plugins (or...

Because you have one or more flake8 “failures”, which causes pytest to output any and all captured log output during the failed “test”; this is new behavior in pytest... Thorsten...

> I came upon this issue when searching for a pyramid solution that implements the methodology described in this article: https://medium.com/lightrail/getting-token-authentication-right-in-a-stateless-single-page-application-57d0c6474e3 > > Basically, the JWT is split into two...

Huh. Never thought of doing it that way (moving the scan() calls down into subpackages, in effect) — that should definitely fix things for me, at least for this particular...

23 * 256 + 112 = 6000

I forget if this is the case with plain SQLAlchemy -- if so, you may have to `expunge()` them (or all with `expunge_all()`) from the current session before adding it...