Skip to content

Commit

Permalink
[create-pull-request] automated change (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: fdosani <fdosani@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and fdosani authored Apr 22, 2022
1 parent 8307c13 commit 3a29ec7
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ license = Apache Software License
maintainer = Akshay Gupta
maintainer_email = akshay.gupta2@capitalone.com
url = https://github.com/capitalone/edgetest
python_requires =
python_requires =
>=3.7.0
project_urls =
project_urls =
Documentation = https://capitalone.github.io/edgetest/
Bug Tracker = https://github.com/capitalone/edgetest/issues
Source Code = https://github.com/capitalone/edgetest
classifiers =
classifiers =
Intended Audience :: Developers
Natural Language :: English
Operating System :: OS Independent
Expand All @@ -31,29 +31,29 @@ classifiers =
zip_safe = False
include_package_data = True
packages = find:
install_requires =
install_requires =
Cerberus<=1.3.4,>=1.3.0
click<=8.1.2,>=7.0
pluggy<=1.0.0,>=1.0.0
tabulate<=0.8.9,>=0.8.9
packaging<=21.3,>20.6

[options.extras_require]
docs =
docs =
furo
sphinx
sphinx-copybutton
sphinx-tabs
pillow
recommonmark
tests =
tests =
coverage
flake8
mypy
pydocstyle
pytest
pytest-cov
qa =
qa =
pylint
pip-tools
pre-commit
Expand All @@ -62,12 +62,12 @@ qa =
types-click
types-pkg_resources
types-tabulate
build =
build =
build
twine
wheel
bumpver
dev =
dev =
coverage
flake8
mypy
Expand All @@ -94,7 +94,7 @@ dev =
bumpver

[options.entry_points]
console_scripts =
console_scripts =
edgetest = edgetest.interface:cli

[bumpver]
Expand All @@ -104,11 +104,11 @@ commit_message = "Bump {old_version} to {new_version}"
commit = True

[bumpver:file_patterns]
docs/source/conf.py =
docs/source/conf.py =
version = "{version}"
setup.cfg =
setup.cfg =
current_version = "{version}"
edgetest/__init__.py =
edgetest/__init__.py =
__version__ = "{version}"

[aliases]
Expand Down Expand Up @@ -141,20 +141,21 @@ allow_redefinition = True
pylint_minimum_score = 9.5

[tool:pytest]
markers =
markers =
unit: mark unit tests that do not require external interfaces and use mocking
integration: mark test that interact with an external system
addopts = --verbose

[edgetest.envs.core]
python_version = 3.9
upgrade =
upgrade =
Cerberus
click
pluggy
tabulate
packaging
extras =
extras =
tests
deps =
deps =
pip-tools

0 comments on commit 3a29ec7

Please sign in to comment.