From ecf7d9345359aab6b5f5a8f60dbbb852040a693f Mon Sep 17 00:00:00 2001 From: Jordan Mance Date: Fri, 17 Sep 2021 15:44:37 -0400 Subject: [PATCH 1/3] Forcing build --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fcadd5e..db41cf5 100644 --- a/README.md +++ b/README.md @@ -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/) - - From 6d4fc2c79cefe7c83631fe3a22c7a866c51a7320 Mon Sep 17 00:00:00 2001 From: Jordan Mance Date: Fri, 17 Sep 2021 15:47:38 -0400 Subject: [PATCH 2/3] Updating requets module --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7ba267a..0ead5d2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -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 From fc01ef22aced74aed49ec1d5ce2573b804f7dd5e Mon Sep 17 00:00:00 2001 From: Jordan Mance Date: Fri, 17 Sep 2021 16:48:44 -0400 Subject: [PATCH 3/3] Fixing tests for profile --- src/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run_tests.py b/src/run_tests.py index 647148d..9a5d568 100644 --- a/src/run_tests.py +++ b/src/run_tests.py @@ -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)) @@ -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():