Skip to content

Commit db5b8cb

Browse files
committed
Add requirements-tests.txt
Make sure hypothesis is included.
1 parent ebb1572 commit db5b8cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
else
2525
python -m pip install 'numpy<2.0';
2626
fi
27-
python -m pip install pytest
27+
python -m pip install -r requirements-tests.txt
2828
- name: Run Tests
2929
run: |
3030
pytest

requirements-tests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest
2+
hypothesis

0 commit comments

Comments
 (0)