heavyai / sqlalchemy-heavyai

OmniSci Driver for SQLAlchemy
https://omnisci.github.io/sqlalchemy-omnisci
MIT License
5 stars 4 forks source link

TST: Decrease the usage of the filter parameter for pytest command line #9

Closed xmnlab closed 3 years ago

xmnlab commented 3 years ago

Currently, the tests are using filters to deselect tests that are failing or that are breaking the test suite.

The tests that should be skipped should use the same approach used here: https://github.com/pauldex/sqlalchemy-firebird/blob/master/test/test_suite.py

So, the class should be recreated, skipping just the necessary tests.

xmnlab commented 3 years ago

resolved by https://github.com/omnisci/sqlalchemy-omnisci/pull/14