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
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ jobs:
python -m pip install cramjam[dev] --pre --find-links dist --force-reinstall
python -m pip install cramjam --pre --no-index --find-links dist --force-reinstall

python -m pytest -vs --benchmark-skip -n0 --dist no
# remove --assert='plain' when https://github.com/HypothesisWorks/hypothesis/issues/4267 is fixed
python -m pytest --assert='plain' -vs --benchmark-skip -n0 --dist no

# Could use 'distro: alpine_latest' in 'run-on-arch-action' but seems difficult to install a specific version of python
# so we'll just use existing python alpine images to test import and cli use w/o testing archs other than x86_64
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dev = [
"pytest>=5.30",
"pytest-xdist",
"pytest-benchmark",
"hypothesis==6.60.0"
"hypothesis"
]
Loading