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

Add Digital Stream Reader tests #494

Merged
merged 4 commits into from
Feb 19, 2024

better typing

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

Add Digital Stream Reader tests #494

better typing
4902403
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Feb 19, 2024 in 0s

1 errors, 180 skipped, 1 488 pass in 30m 51s

    30 files  ±    0      30 suites  ±0   30m 51s ⏱️ - 6m 1s
 1 669 tests +    1   1 488 ✅ ±    0    180 💤 ±  0  0 ❌ ±0  1 🔥 +1 
20 718 runs   - 4 932  18 614 ✅  - 4 416  2 096 💤  - 524  0 ❌ ±0  8 🔥 +8 

Results for commit 4902403. ± Comparison against earlier commit f49fa5d.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs with error: tests.component.test_stream_readers

test_results/system-py38-base-win-10-py32.xml [took 0s]
test_results/system-py38-base-win-10-py64.xml [took 0s]
test_results/system-py38-grpc-win-10-py32.xml [took 0s]
test_results/system-py38-grpc-win-10-py64.xml [took 0s]
Raw output
collection failure
collection failure
.tox\py38-grpc\lib\site-packages\_pytest\runner.py:341: in from_call
    result: Optional[TResult] = func()
.tox\py38-grpc\lib\site-packages\_pytest\runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
.tox\py38-grpc\lib\site-packages\_pytest\doctest.py:567: in collect
    module = import_path(
.tox\py38-grpc\lib\site-packages\_pytest\pathlib.py:567: in import_path
    importlib.import_module(module_name)
C:\Program Files (x86)\Python38-32\lib\importlib\__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
.tox\py38-grpc\lib\site-packages\_pytest\assertion\rewrite.py:178: in exec_module
    exec(co, module.__dict__)
tests\component\test_stream_readers.py:724: in <module>
    ) -> numpy.ndarray[_DType]:
E   TypeError: Type subscription requires python >= 3.9
.tox\py38-grpc\lib\site-packages\_pytest\runner.py:341: in from_call
    result: Optional[TResult] = func()
.tox\py38-grpc\lib\site-packages\_pytest\runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
.tox\py38-grpc\lib\site-packages\_pytest\python.py:531: in collect
    self._inject_setup_module_fixture()
.tox\py38-grpc\lib\site-packages\_pytest\python.py:545: in _inject_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
.tox\py38-grpc\lib\site-packages\_pytest\python.py:310: in obj
    self._obj = obj = self._getobj()
.tox\py38-grpc\lib\site-packages\_pytest\python.py:528: in _getobj
    return self._importtestmodule()
.tox\py38-grpc\lib\site-packages\_pytest\python.py:617: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
.tox\py38-grpc\lib\site-packages\_pytest\pathlib.py:567: in import_path
    importlib.import_module(module_name)
C:\Program Files (x86)\Python38-32\lib\importlib\__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
.tox\py38-grpc\lib\site-packages\_pytest\assertion\rewrite.py:178: in exec_module
    exec(co, module.__dict__)
tests\component\test_stream_readers.py:724: in <module>
    ) -> numpy.ndarray[_DType]:
E   TypeError: Type subscription requires python >= 3.9