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

Forcing build #12

Merged
merged 4 commits into from
Sep 17, 2021
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,3 @@ or hierarchy of configurations, to any point-in-time in the past, to the second.


Want to dip your toes in and test out the waters? Try out our free [Sandbox](https://www.figgy.dev/getting-started/sandbox/)


2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ urllib3==1.26.5 # MIT
pyotp==2.3.0 # MIT
python-u2flib-host==3.0.3 # BSD
cryptography==3.3.2 # BSD
requests==2.23.0 # Apache
requests==2.26.0 # Apache
filelock==3.0.12
pygments==2.7.4
cachetools==4.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def dev_tests(profile=None, key_down_to_shared=4):

if not profile:
run_test("Dev Promote", DevPromote(extra_args=extra_args))
run_test("Dev OTS", DevOTS(extra_args=extra_args))

# run_test("Dev List", DevList(extra_args=extra_args))
run_test("Dev Audit", DevAudit(extra_args=extra_args))
Expand All @@ -151,7 +152,6 @@ def dev_tests(profile=None, key_down_to_shared=4):
run_test("Dev Export", DevExport(extra_args=extra_args))
run_test("Dev Edit", DevEdit(extra_args=extra_args))
run_test("Dev Validate", DevValidate(extra_args=extra_args))
run_test("Dev OTS", DevOTS(extra_args=extra_args))


def data_tests():
Expand Down