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

Changes by run-edgetest action #48

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt setup.cfg
#
cerberus==1.3.5
# via edgetest
click==8.1.7
# via edgetest
edgetest==2024.4.0
# via edgetest-hub (setup.cfg)
packaging==24.0
# via edgetest
pluggy==1.4.0
# via edgetest
tabulate==0.9.0
# via edgetest
tomlkit==0.11.4
# via edgetest
35 changes: 18 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.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
Expand All @@ -30,33 +30,33 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
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
Expand All @@ -77,7 +77,7 @@ dev =
bumpver

[options.entry_points]
edgetest =
edgetest =
hub = edgetest_hub.plugin

[bumpver]
Expand All @@ -87,11 +87,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]
Expand Down Expand Up @@ -124,16 +124,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.10
upgrade =
upgrade =
edgetest
extras =
extras =
tests
deps =
deps =
pip-tools