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

Only run wheel upload test in upstream repo. #4

Merged
merged 1 commit into from
Sep 28, 2023

Only run wheel upload test in upstream repo.

f4a2905
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Only run wheel upload test in upstream repo. #4

Only run wheel upload test in upstream repo.
f4a2905
Select commit
Loading
Failed to load commit list.
GitHub Actions / test-py3.10-on-windows-2019 succeeded Sep 28, 2023 in 0s

test-py3.10-on-windows-2019 ✅

Tests passed successfully

✅ test_py3.10_on_windows-2019.xml

23 tests were completed in 731ms with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 23✅ 731ms

✅ pytest

once_test.TestOnce
  ✅ test_closure_gc
  ✅ test_counter_works
  ✅ test_different_args_same_result
  ✅ test_different_fn_do_not_deadlock
  ✅ test_function_signature_preserved
  ✅ test_iterator
  ✅ test_lock_bypass
  ✅ test_once_not_allowed_on_method
  ✅ test_once_per_class
  ✅ test_once_per_class_classmethod
  ✅ test_once_per_class_not_allowed_on_classmethod
  ✅ test_once_per_class_not_allowed_on_staticmethod
  ✅ test_once_per_class_staticmethod
  ✅ test_once_per_instance
  ✅ test_once_per_instance_do_not_block_each_other
  ✅ test_once_per_instance_not_allowed_on_function
  ✅ test_threaded_multiple_functions
  ✅ test_threaded_single_function
once_test.TestOnceAsync
  ✅ test_fn_called_once
  ✅ test_iterator
  ✅ test_once_per_class
  ✅ test_once_per_class_classmethod
  ✅ test_once_per_class_staticmethod