I am struggling with a single test 'test_huge_int' for the Exasol dialect. 
The reason the test is not working is specific to that database. I would 
like to include it from the test suite, but just for that DB. Ideally 
without changing anything on the central test suite, as the reason that it 
does not work is not worth cluttering the test suite with a new exclusion.
Any ideas how this can be achieved?
I tried it with the py-test --deselect option, but given that sqlalchemy 
test case classes are generated at runtime with magic that I do not 
understand, I could not deselect a test case.
Thank you for taking your time to read and think about an answer!

-- 
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 sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to