forked from capitalone/edgetest-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[edgetest] automated change (capitalone#40)
Co-authored-by: fdosani <[email protected]>
- Loading branch information
1 parent
5c47448
commit 49a0334
Showing
1 changed file
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ author_email = [email protected] | |
maintainer = Faisal Dosani | ||
maintainer_email = [email protected] | ||
url = https://github.com/capitalone/edgetest-hub | ||
python_requires = | ||
python_requires = | ||
>=3.7.0 | ||
project_urls = | ||
project_urls = | ||
Documentation = https://capitalone.github.io/edgetest-hub | ||
Bug Tracker = https://github.com/capitalone/edgetest-hub/issues | ||
Source Code = https://github.com/capitalone/edgetest-hub | ||
classifiers = | ||
classifiers = | ||
Intended Audience :: Developers | ||
Natural Language :: English | ||
Operating System :: OS Independent | ||
|
@@ -31,33 +31,33 @@ classifiers = | |
zip_safe = False | ||
include_package_data = True | ||
packages = find: | ||
install_requires = | ||
install_requires = | ||
edgetest>=2022.6.0 | ||
|
||
[options.extras_require] | ||
docs = | ||
docs = | ||
furo | ||
sphinx | ||
sphinx-copybutton | ||
tests = | ||
tests = | ||
coverage | ||
flake8 | ||
mypy | ||
pydocstyle | ||
pytest | ||
pytest-cov | ||
qa = | ||
qa = | ||
black | ||
isort | ||
pip-tools | ||
pre-commit | ||
pylint | ||
build = | ||
build = | ||
build | ||
twine | ||
wheel | ||
bumpver | ||
dev = | ||
dev = | ||
coverage | ||
flake8 | ||
mypy | ||
|
@@ -78,7 +78,7 @@ dev = | |
bumpver | ||
|
||
[options.entry_points] | ||
edgetest = | ||
edgetest = | ||
hub = edgetest_hub.plugin | ||
|
||
[bumpver] | ||
|
@@ -88,11 +88,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_hub/__init__.py = | ||
edgetest_hub/__init__.py = | ||
__version__ = "{version}" | ||
|
||
[aliases] | ||
|
@@ -125,16 +125,17 @@ 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 = | ||
edgetest | ||
extras = | ||
extras = | ||
tests | ||
deps = | ||
deps = | ||
pip-tools | ||
|