Skip to content

Commit

Permalink
chore: filter libsbml deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Nov 30, 2018
1 parent aafe67e commit 0a6e4f4
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
(?P<release>[a]?)(?P<num>\d*)
serialize =
serialize =
{major}.{minor}.{patch}{release}{num}
{major}.{minor}.{patch}

Expand All @@ -17,7 +17,7 @@ url = https://github.com/opencobra/memote
download_url = https://pypi.org/pypi/memote/
author = Moritz E. Beber
author_email = morbeb@biosustain.dtu.dk
classifiers =
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
Expand All @@ -33,7 +33,7 @@ classifiers =
license = Apache Software License Version 2.0
description = the genome-scale metabolic model test suite
long_description = file: README.rst
keywords =
keywords =
memote
metabolic
constrained-based
Expand All @@ -45,7 +45,7 @@ keywords =

[options]
zip_safe = False
install_requires =
install_requires =
click<7.0
click-configfile
click-log
Expand All @@ -72,7 +72,7 @@ install_requires =
depinfo
equilibrator_api;python_version>='3.5'
python_requires = >=2.7,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
tests_require =
tests_require =
pytest>=3.1
pytest-raises
pytest-cov
Expand All @@ -82,25 +82,25 @@ tests_require =
packages = find:

[options.package_data]
memote.experimental.schemata =
memote.experimental.schemata =
*.json
memote.suite =
memote.suite =
tests/*.py
memote.suite.templates =
memote.suite.templates =
*.html
*.yml
memote.support.data =
memote.support.data =
*.csv
*.json

[options.entry_points]
console_scripts =
console_scripts =
memote = memote.suite.cli.runner:cli

[bumpversion:part:release]
optional_value = placeholder
first_value = placeholder
values =
values =
placeholder
a

Expand Down Expand Up @@ -128,18 +128,17 @@ universal = 1

[flake8]
max-line-length = 80
exclude =
exclude =
__init__.py
docs

[pydocstyle]
match_dir = memote

[aliases]
test = pytest

[tool:pytest]
testpaths = tests
filterwarnings =
ignore::DeprecationWarning:libsbml

[isort]
line_length = 80
Expand Down

0 comments on commit 0a6e4f4

Please sign in to comment.