File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 pip install .[test]
2727 - name : Test with pytest
2828 run : |
29- pytest -m 'not with_catalog and not with_internet'
29+ pytest -m 'not with_internet'
Original file line number Diff line number Diff line change 2121copyright = '2026, Robert Forkel'
2222author = 'Robert Forkel'
2323
24- release = '2.0.1.dev0 '
25- version = '2.0.1.dev0 '
24+ release = '2.0.1'
25+ version = '2.0.1'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = cldfbench
3- version = 2.0.1.dev0
3+ version = 2.0.1
44license = Apache 2.0
55license_files = LICENSE
66author = Robert Forkel
6666 pytest-mock
6767 pytest-cov
6868 tox
69- pyglottolog>=3.2.2
70- pyconcepticon
69+ pyglottolog>=4.0
70+ pyconcepticon>=4.0
7171 odfpy
7272 openpyxl
7373 xlrd>=2
@@ -82,10 +82,10 @@ excel =
8282 xlrd>=2
8383glottolog =
8484 # Access the Glottolog catalog.
85- pyglottolog
85+ pyglottolog>=4.0
8686concepticon =
8787 # Access the Concepticon catalog.
88- pyconcepticon
88+ pyconcepticon>=4.0
8989clts =
9090 # Access the CLTS catalog.
9191 pyclts
@@ -122,4 +122,4 @@ skip_missing_interpreter = true
122122
123123[testenv]
124124deps = .[test]
125- commands = pytest -m ' not with_catalog ' {posargs}
125+ commands = pytest {posargs}
Original file line number Diff line number Diff line change 1010from cldfbench .metadata import * # noqa: F401, F403
1111from cldfbench .scaffold import * # noqa: F401, F403
1212
13- __version__ = '2.0.1.dev0 '
13+ __version__ = '2.0.1'
Original file line number Diff line number Diff line change 1-
1+ """
2+ Testing
3+ """
24def test_valid (cldf_dataset , cldf_logger ):
5+ """Testing"""
36 assert cldf_dataset .validate (log = cldf_logger )
You can’t perform that action at this time.
0 commit comments