mistercrunch commented on PR #29609:
URL: https://github.com/apache/superset/pull/29609#issuecomment-2465764338

   Right for os-level deps, seems the right approach would be to do in-python, 
with dummy/minimal function that would raise if os-level-dep is missing. 
   
   ```python
   def test_ zstd():
       import  zstd
       zstd.do_something_that_will_raise_os_dep_isnt_installed()
    ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to