Skip to content

Commit 109fe42

Browse files
authored
Fix upstream-dev tests (#421)
* Fix upstream-dev tests * add asv_runner * use ci hypothesis profile
1 parent ca57681 commit 109fe42

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
id: status
9494
run: |
9595
pytest -rf -n auto --cov=./ --cov-report=xml \
96-
--report-log output-${{ matrix.python-version }}-log.jsonl
96+
--report-log output-${{ matrix.python-version }}-log.jsonl \
97+
--hypothesis-profile ci
9798
- name: Generate and publish the report
9899
if: |
99100
failure()

ci/upstream-dev-env.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: flox-tests
22
channels:
33
- conda-forge
44
dependencies:
5+
- asv_runner # for test_asv
56
- cachey
67
- codecov
78
- pooch
9+
- hypothesis
810
- toolz
911
# - numpy
1012
# - pandas

0 commit comments

Comments
 (0)