File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 cd tests
4141 export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
42- pytest --durations=0 --durations-min=1.0 -v -n auto
42+ pytest --durations=0 --durations-min=1.0 -v
4343 build_and_test_p2pd :
4444 runs-on : ubuntu-latest
4545 timeout-minutes : 10
7070 run : |
7171 cd tests
7272 export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
73- pytest -k "p2p" -v -n auto
73+ pytest -k "p2p" -v
7474 codecov_in_develop_mode :
7575
7676 runs-on : ubuntu-latest
@@ -100,6 +100,6 @@ jobs:
100100 - name : Test
101101 run : |
102102 export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
103- pytest --cov hivemind --cov-config=pyproject.toml -v -n auto tests
103+ pytest --cov hivemind --cov-config=pyproject.toml -v tests
104104 - name : Upload coverage to Codecov
105105 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621
22pytest-forked
33pytest-asyncio == 0.16.0
44pytest-cov
5- pytest-xdist
65coverage == 6.0.2 # see https://github.com/pytest-dev/pytest-cov/issues/520
76tqdm
87scikit-learn
You can’t perform that action at this time.
0 commit comments