exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Remove import of pytest fixtures #256

Closed tkilias closed 3 weeks ago

tkilias commented 4 weeks ago

We are currently importing pytest fixtures in the test. This causes that session scope fixtures are executed multiple times. We need remove the fixture imports and rely on pytest plugin system.