mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Chore: MacOS release process and testing (#2213)
* fix test_util_version by other means * removing scheme again * remove commented code
This commit is contained in:
parent
c90e4525f8
commit
3621a256e5
2 changed files with 3 additions and 2 deletions
|
|
@ -58,7 +58,9 @@ test_task:
|
|||
test_script:
|
||||
- source ./.env/bin/activate
|
||||
- echo $PATH
|
||||
#- pip3 install -e .
|
||||
# needed so that setuptools_scm has a t least one tag to guess the version properly
|
||||
# and the tests/test_util_version.py doesn't fail
|
||||
- git fetch origin refs/tags/v1.0.0
|
||||
- pytest --cov=cryptoadvance --junitxml=./testresults.xml
|
||||
always:
|
||||
junit_artifacts:
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ specter="cryptoadvance.specter.cli:entry_point"
|
|||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "src/cryptoadvance/specter/_version.py"
|
||||
version_scheme = "python-simplified-semver"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
norecursedirs = "tests/bitcoin* tests/elements* tests/xtestdata_testextensions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue