Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings #7

Open
Midnighter opened this issue Nov 30, 2018 · 1 comment
Open

Deprecation warnings #7

Midnighter opened this issue Nov 30, 2018 · 1 comment

Comments

@Midnighter
Copy link
Contributor

In cobrapy we obviously use python-libsbml quite a bit and when running our test suite with pytest we get thousands of deprecation warnings coming from libsbml. For anyone else coming across this issue, you can filter the warnings using

pytest -W ignore::DeprecationWarning:libsbml

or configure it

[pytest]
filterwarnings =
    ignore::DeprecationWarning:libsbml

However, I'm wondering if anything should be done about this because it seems a much used aspect of the Python interface will be deprecated soon?

@skeating
Copy link
Member

We are addressing this and our forthcoming release should sort out the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants