Skip to content

Commit 2f9a405

Browse files
committed
Remove old (empty) testing extra
1 parent d6b1384 commit 2f9a405

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["extras_require"]
44

5-
extras_require = {"dates": ["pytz>=2019.1"], "testing": [], "all": ["pytz>=2019.1"]}
5+
extras_require = {"dates": ["pytz>=2019.1"], "all": ["pytz>=2019.1"]}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Documentation = "https://domdf-python-tools.readthedocs.io/en/latest"
4646

4747
[project.optional-dependencies]
4848
dates = [ "pytz>=2019.1",]
49-
testing = []
5049
all = [ "pytz>=2019.1",]
5150

5251
[tool.sphinx-pyproject]

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ classifiers:
3838
extras_require:
3939
dates:
4040
- pytz>=2019.1
41-
testing: []
4241

4342
conda_extras:
4443
- dates

0 commit comments

Comments
 (0)