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:
k9ert 2023-02-15 18:06:35 +01:00 committed by GitHub
parent c90e4525f8
commit 3621a256e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -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"