Skip to content

Commit cd67a9d

Browse files
pyproject.toml: update [tool.pytest.ini_options]python_files for moved tests, bump [project]version to 5.0.1
1 parent 709169c commit cd67a9d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "edtf"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
license = { file = "LICENSE" }
55
keywords = ['edtf']
66
dependencies = [
@@ -66,7 +66,7 @@ requires = ["setuptools", "wheel"]
6666
build-backend = "setuptools.build_meta"
6767

6868
[tool.setuptools]
69-
packages.find = { where = ["."], exclude = ["edtf_django_tests", "edtf_django_tests.*"] }
69+
packages.find = { where = ["."], exclude = ["edtf_django_tests", "edtf_django_tests.*", "tests"] }
7070

7171
[tool.wheel]
7272
universal = false
@@ -87,7 +87,8 @@ legacy_tox_ini = """
8787
"""
8888

8989
[tool.pytest.ini_options]
90-
python_files = ["tests.py", "test_*.py", "*_test.py", "*_tests.py"]
90+
# python_files = ["tests.py", "test_*.py", "*_test.py", "*_tests.py"]
91+
python_files = ["tests/*.py"]
9192
python_classes = ["Test*", "*Tests"]
9293
python_functions = ["test_*"]
9394
markers = [

0 commit comments

Comments
 (0)