baking-bad / pytezos

🐍 Python SDK for Tezos | Michelson VM in Python
https://pytezos.org
MIT License
111 stars 36 forks source link

Fix jsonschema dependency, update others #351

Closed droserasprout closed 9 months ago

droserasprout commented 9 months ago

Closes #350

github-actions[bot] commented 9 months ago

Test Results

1β€ˆ107 tests  Β±0   1β€ˆ097 :heavy_check_mark: Β±0   2m 4s :stopwatch: -29s βŸβ€„β€ˆβŸβ€„βŸβ€„4 suites Β±0β€‚β€ƒβ€ƒβŸβ€„β€ˆβŸβ€„10 :zzz: Β±0  βŸβ€„β€ˆβŸβ€„βŸβ€„4 files   Β±0β€‚β€ƒβ€ƒβŸβ€„β€ˆβŸβ€„βŸβ€„0 :x: Β±0 

Results for commit 1de6bad2. ± Comparison against base commit 19747e3a.

This pull request removes 74 and adds 74 tests. Note that renamed tests count towards both. ``` tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_00__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_queue_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_01__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_int_publisher_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_02__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_reservoir_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_03__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_infinite_loop_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_04__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_create_add1_lists_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_05__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_always_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_06__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_cons_twice_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_07__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_list_of_transactions_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_08__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_add1_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_09__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_cps_fact_tz … ``` ``` tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_00__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_add1_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_01__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_queue_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_02__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_conditionals_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_03__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_auction_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_04__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_accounts_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_05__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_data_publisher_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_06__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_at_least_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_07__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_always_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_08__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_add1_list_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_09__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_big_map_union_tz … ```

:recycle: This comment has been updated with latest results.