Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary git versioning. #65

Merged
merged 1 commit into from
Jul 18, 2024
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
5 changes: 0 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ packaging==23.2
# via
# build
# pytest
# setuptools-git-versioning
pamqp==3.2.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -262,8 +261,6 @@ scipy==1.10.1
# -c requirements.txt
# iapws
# rtc-tools
setuptools-git-versioning==1.13.6
# via omotes-grow-worker (pyproject.toml)
six==1.16.0
# via
# -c requirements.txt
Expand All @@ -275,8 +272,6 @@ strenum==0.4.15
# via
# -c requirements.txt
# mesido
toml==0.10.2
# via setuptools-git-versioning
tomli==2.0.1
# via
# black
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies = [
[project.optional-dependencies]
dev = [
"setuptools ~= 69.0.3",
"setuptools-git-versioning < 2",
"pip-tools ~= 7.3.0",
"black ~= 22.1.0",
"flake8 ~= 6.1.0",
Expand All @@ -59,12 +58,8 @@ build-backend = "setuptools.build_meta"
requires = [
"setuptools ~= 69.0.3",
"wheel ~= 0.40.0",
"setuptools-git-versioning<2",
]

[tool.setuptools-git-versioning]
enabled = true

[tool.pytest.ini_options]
addopts = "--cov=grow_worker --cov-report html --cov-report term-missing --cov-fail-under 15"

Expand Down
Loading