setup: don't handle missing setuptools_scm gracefully
There's little point in building or installing hg-git, other than to
get the appropriate version markers and dependencies. python ./setup.py build
doesn't do that, and a straight install that way can
lead to a broken setup. Instead, treat it as an hard error.
Fixes #389 (closed)
Edited by Dan Villiom Podlaski Christiansen
Merge request reports
Activity
changed milestone to %1.0.1
assigned to @dan
added 2 commits
- b33978b50776 - ci: adjust dependencies
- 8efd21369a92 - setup: don't handle missing setuptools_scm gracefully
changed milestone to %1.1.0b1
added 3 commits
- f6cfbc5fcd0c - tests: don't rely needlessly on deprecated strip extension
- 7170a4ee2085 - ci: increase test timeout to 15 minutes
- a6919c2cd3fb - setup: don't handle missing setuptools_scm gracefully
added 2 commits
- 6a159195d5f2 - ci: install setuptools_scm on Alpine
- 15525fe777e0 - setup: don't handle missing setuptools_scm gracefully
added 2 commits
- 116d42dbc9f4 - ci: install setuptools_scm on Alpine
- dcbcb08705f0 - setup: don't handle missing setuptools_scm gracefully
added 2 commits
- b3688bcfe665 - ci: install setuptools_scm on Alpine
- 6c7ac1eb4fd5 - setup: don't handle missing setuptools_scm gracefully
enabled an automatic merge when the pipeline for 6c7ac1eb4fd5 succeeds
Please register or sign in to reply