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 #12

Merged
merged 1 commit into from
Mar 11, 2022
Merged
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
16 changes: 4 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
#
# This file is autogenerated by pip-compile with python 3.7
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
# pip-compile --output-file=requirements.txt setup.cfg
#
cerberus==1.3.4
# via edgetest
click==8.0.3
# via edgetest
edgetest==2021.12.5
# via edgetest-conda (setup.py)
importlib-metadata==4.9.0
# via
# click
# pluggy
# via edgetest-conda (setup.cfg)
packaging==21.3
# via edgetest
pluggy==1.0.0
# via edgetest
pyparsing==3.0.6
pyparsing==3.0.7
# via packaging
tabulate==0.8.9
# via edgetest
typing-extensions==4.0.1
# via importlib-metadata
zipp==3.6.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ addopts = --verbose

[edgetest.envs.core]
python_version = 3.9
upgrade =
upgrade =
edgetest
extras =
extras =
tests
deps =
deps =
pip-tools