Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Creating the streamz conda environment can be achieved by simply running ```cond

### Using Conda Environment
The streamz conda environment can be activated by running ```conda activate streamz_dev```

### Run Software Tests
```shell
pip install --editable=. --requirement=requirements-test.txt
pytest -vvv
```
11 changes: 11 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# That's a minimal set of packages to satisfy ~1000 test cases
# of the whole test suite. See also `./ci/*.yml` for full conda
# environment descriptions.

dask[array,distributed]
flaky
ipywidgets
pandas
pyarrow
pytest<9
requests
Loading