Skip to content

Commit

Permalink
Revert "Revert "twisted#12254 Use Incremental 24.7.0"" (twisted#12267)
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph authored Jul 27, 2024
2 parents 578c7d0 + 5f61cea commit 9038639
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 167 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"hatchling >= 1.10.0",
"hatch-fancy-pypi-readme >= 22.5.0",
"incremental >= 22.10.0",
"incremental >= 24.7.0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -33,7 +33,7 @@ classifiers = [
dependencies = [
"zope.interface >= 5",
"constantly >= 15.1",
"incremental >= 22.10.0",
"incremental >= 24.7.0",
"Automat >= 0.8.0",
"hyperlink >= 17.1.1",
"attrs >= 21.3.0",
Expand Down Expand Up @@ -158,9 +158,7 @@ Twitter = "https://twitter.com/twistedmatrix"
allow-ambiguous-features = true

[tool.hatch.version]
source = "code"
path = "src/twisted/__init__.py"
search-paths = ["src"]
source = "incremental"

[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/x-rst"
Expand Down
Empty file.
161 changes: 0 additions & 161 deletions src/twisted/python/test/test_versions.py

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ deps =
# IOCP is skipped since our CI is designed for Linux.
mindeps: zope.interface == 5.0.0
mindeps: constantly == 15.1
mindeps: incremental == 21.3.0
mindeps: incremental == 24.7.0
mindeps: Automat == 0.8.0
mindeps: hyperlink == 17.1.1
mindeps: attrs == 21.3.0
Expand Down

0 comments on commit 9038639

Please sign in to comment.