Skip to content

Commit

Permalink
Merge pull request #65 from Project-OMOTES/remove-git-versioning
Browse files Browse the repository at this point in the history
Remove unnecessary git versioning.
  • Loading branch information
lfse-slafleur authored Jul 18, 2024
2 parents 772732a + f5b9842 commit 63d74a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ packaging==23.2
# via
# build
# pytest
# setuptools-git-versioning
pamqp==3.2.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -260,8 +259,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 @@ -273,8 +270,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

0 comments on commit 63d74a1

Please sign in to comment.