On 20/06/2019 18:50, Jonathan Vanasco wrote:


On Thursday, June 20, 2019 at 3:14:06 AM UTC-4, Chris Withers wrote:


    How can I indicate in my code that this is intentional and no warning
    should be omitted?



Personal option:

I would not mask these.  I would let them persist and probably add a unittest to ensure they are invoked in certain situations.

Masking them runs the risk of masking other SqlAlchemy warnings that you'll want to know about.

Oh, I totally agree, it's more that I couldn't get them to mask *at all*. Once I got something working I was going to go back to a regex for just this case, but see other email...

Chris

--
SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/35825814-e942-fd7d-4aac-ce35ecc1a9d7%40withers.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to